Files
langchain/libs/partners/qdrant/README.md
2026-01-13 01:54:11 -05:00

23 lines
930 B
Markdown

# langchain-qdrant
[![PyPI - Version](https://img.shields.io/pypi/v/langchain-qdrant?label=%20)](https://pypi.org/project/langchain-qdrant/#history)
[![PyPI - License](https://img.shields.io/pypi/l/langchain-qdrant)](https://opensource.org/licenses/MIT)
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-qdrant)](https://pypistats.org/packages/langchain-qdrant)
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchain.svg?style=social&label=Follow%20%40LangChain)](https://x.com/langchain)
Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs).
## Quick Install
```bash
pip install langchain-qdrant
```
## 🤔 What is this?
This package contains the LangChain integration with [Qdrant](https://qdrant.tech/).
## 📖 Documentation
View the [documentation](https://docs.langchain.com/oss/python/integrations/providers/qdrant) for more details.