An integration package connecting Qdrant and GigaChain
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
gigachain_qdrant-0.1.3.tar.gz
(20.6 kB
view hashes)
Built Distribution
Close
Hashes for gigachain_qdrant-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b6f67eb480d97ef98b6226bccd65149d3d43227af4cd516ba799d8275999708 |
|
MD5 | 14de2f424458db903444d75cb415e4d2 |
|
BLAKE2b-256 | bf94ccc6885cb618f7d8ac4d841bd7636dbfdf31257955e0cdd751ee471d8d1a |