langchain
5edf8195 - Qdrant Client: Expose instance for creating client (#9706)

Commit
2 years ago
Qdrant Client: Expose instance for creating client (#9706) Expose classmethods to convenient initialize the vectostore. The purpose of this PR is to make it easy for users to initialize an empty vectorstore that's properly pre-configured without having to index documents into it via `from_documents`. This will make it easier for users to rely on the following indexing code: https://github.com/langchain-ai/langchain/pull/9614 to help manage data in the qdrant vectorstore.
Author
Parents
Loading