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.1.1.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

langchain_qdrant-0.1.1-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file langchain_qdrant-0.1.1.tar.gz.

File metadata

  • Download URL: langchain_qdrant-0.1.1.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for langchain_qdrant-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5641d3fa7cf593a6702513f82b53c87137b5e6692027ba94b3e450a6960dc0c7
MD5 b00ff7689fdabe646b0db949b8ef2015
BLAKE2b-256 4792ed86ebe92e3f865e2ddbcd3fd5b886b6c7092d89dc00b6713ac24ea5e216

See more details on using hashes here.

File details

Details for the file langchain_qdrant-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_qdrant-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9857e5952beb6aa8523346f498971339356a5d7929280a2c89aa6c575e5cfd6d
MD5 2c28ff898527b4c4e45209e7321e147d
BLAKE2b-256 9dcdf05f579119cc4a80c6476b080678dd8607af17f75d85559845c2727c5064

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