Class: BaseIndex<T>
Indexes are the data structure that we store our nodes and embeddings in so they can be retrieved for our queries.
Type parameters
Name |
---|
T |
Hierarchy
-
BaseIndex
Constructors
constructor
• new BaseIndex<T
>(init
): BaseIndex
<T
>
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
init | BaseIndexInit <T > |
Returns
BaseIndex
<T
>