fromExistingCollection(
embeddings: EmbeddingsInterface,
dbConfig: QdrantLibArgs
): Promise<QdrantVectorStore>| Name | Type | Description |
|---|---|---|
embeddings* | EmbeddingsInterface |
|
dbConfig* | QdrantLibArgs |
|
Static method to create a QdrantVectorStore instance from an existing
collection in the Qdrant database.