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.4.tar.gz
(21.4 kB
view details)
Built Distribution
File details
Details for the file langchain_qdrant-0.1.4.tar.gz
.
File metadata
- Download URL: langchain_qdrant-0.1.4.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b2626d80549902ffb3b63e7563e0abb59d8b1b74826f160c140bb6b59647d83 |
|
MD5 | 49ad07a916024eeb6d9d18cae0ebdbb3 |
|
BLAKE2b-256 | 064a5f053342ad4d578d864480c3137d8eff60e359ed252fb5110f69d9c14d9c |
File details
Details for the file langchain_qdrant-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: langchain_qdrant-0.1.4-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 | d1e27ddde3867ebcce6ab654afbcc815da24a1621bb49037af653fe28f68f071 |
|
MD5 | 3559dd49079507a80e22e55ae9b95833 |
|
BLAKE2b-256 | b80e6e0a0c76fcf94c5a6cc51af06906f6b9bb5f5f1a446ed326755d49e9a66a |