QdrantVectorStore
features and configurations head to the API reference.
Class | Package | PY support | Package latest |
---|---|---|---|
QdrantVectorStore | @langchain/qdrant | ✅ |
@langchain/qdrant
integration package.
This guide will also use OpenAI embeddings, which require you to install the @langchain/openai
integration package. You can also use other supported embeddings models if you wish.
QDRANT_URL
environment variable:
metadata.
If you want to execute a similarity search and receive the corresponding scores you can run:
QdrantVectorStore
features and configurations head to the API reference.