Class: abstract
BaseIndex<T>
Indexes are the data structure that we store our nodes and embeddings in so they can be retrieved for our queries.
Extended by
Type parameters
• T
Constructors
new BaseIndex()
new BaseIndex<
T
>(init
):BaseIndex
<T
>
Parameters
• init: BaseIndexInit
<T
>
Returns
BaseIndex
<T
>
Source
packages/core/src/indices/BaseIndex.ts:67
Properties
docStore
docStore:
BaseDocumentStore
Source
packages/core/src/indices/BaseIndex.ts:62
indexStore?
optional
indexStore:BaseIndexStore
Source
packages/core/src/indices/BaseIndex.ts:64