An integration package connecting Qdrant and LangChain
Project description
langchain-qdrant
This package contains the LangChain integration with Qdrant.
Installation
pip install -U langchain-qdrant
Usage
The Qdrant
class exposes the connection to the Qdrant vector store.
from langchain_qdrant import Qdrant
embeddings = ... # use a LangChain Embeddings class
vectorstore = Qdrant.from_existing_collection(
embeddings=embeddings,
collection_name="<COLLECTION_NAME>",
url="http://localhost:6333",
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file langchain_qdrant-0.2.0.dev1.tar.gz
.
File metadata
- Download URL: langchain_qdrant-0.2.0.dev1.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bcc0ddf8c406e66c47e5ab5ab27daed6d744fc28b2c7d45f244767f1db27df1 |
|
MD5 | 5e1b2769a242edb7bc37ec5cefb3f400 |
|
BLAKE2b-256 | 64436540766a7b3e8f5edcc42faba76ecb351404000b56a65df4d78412de7806 |
File details
Details for the file langchain_qdrant-0.2.0.dev1-py3-none-any.whl
.
File metadata
- Download URL: langchain_qdrant-0.2.0.dev1-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28f9634cf21d3929a1d3ca342daef3115924472c788c0d4f06ed39e134a8f38d |
|
MD5 | f3a0262b9d71d4df5b63a5ba068e0dfd |
|
BLAKE2b-256 | 77a3334775589379ff91a635e0debda8def7ca5c9709f743927eae82da87fee5 |