Skip to main content

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


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.2.0.dev1.tar.gz (21.3 kB view details)

Uploaded Source

Built Distribution

langchain_qdrant-0.2.0.dev1-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

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

Hashes for langchain_qdrant-0.2.0.dev1.tar.gz
Algorithm Hash digest
SHA256 1bcc0ddf8c406e66c47e5ab5ab27daed6d744fc28b2c7d45f244767f1db27df1
MD5 5e1b2769a242edb7bc37ec5cefb3f400
BLAKE2b-256 64436540766a7b3e8f5edcc42faba76ecb351404000b56a65df4d78412de7806

See more details on using hashes here.

File details

Details for the file langchain_qdrant-0.2.0.dev1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_qdrant-0.2.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 28f9634cf21d3929a1d3ca342daef3115924472c788c0d4f06ed39e134a8f38d
MD5 f3a0262b9d71d4df5b63a5ba068e0dfd
BLAKE2b-256 77a3334775589379ff91a635e0debda8def7ca5c9709f743927eae82da87fee5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page