Static method to create a new instance of TigrisVectorStore from an existing index.
fromExistingIndex(
embeddings: EmbeddingsInterface,
dbConfig: TigrisLibArgs
): Promise<TigrisVectorStore>| Name | Type | Description |
|---|---|---|
embeddings* | EmbeddingsInterface | An instance of Embeddings to be used for embedding the documents. |
dbConfig* | TigrisLibArgs | An instance of TigrisLibArgs to be used for configuring the Tigris database. |