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
langchain_qdrant-0.1.2.tar.gz
(20.3 kB
view details)
Built Distribution
File details
Details for the file langchain_qdrant-0.1.2.tar.gz
.
File metadata
- Download URL: langchain_qdrant-0.1.2.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5cdeab7914b36aeb72e74e0c0484c9c998fc3a2e3084f9ed59e9f16cc3c0a74 |
|
MD5 | 0fef4fc931e1d6055fea19cb83df74b6 |
|
BLAKE2b-256 | bc7a30f0faa5b5b122d820f9a01e3c9574bdbb9d384ee0fca8c94a5e6f4cce6e |
File details
Details for the file langchain_qdrant-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: langchain_qdrant-0.1.2-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a428cf8a2abdb21641429668dbd446930be3c3863c7aeba6b6a183083f4e3f3a |
|
MD5 | 1474b82b1b8594b73d6713aca1f692cb |
|
BLAKE2b-256 | 4e129b6ff6f066d0eb7c016ac9553a2541b64d2f2f5ebb7af83d227e094e6b56 |