mirror of
https://github.com/hwchase17/langchain
synced 2024-11-11 19:11:02 +00:00
7f1e444efa
The simsimd package [now has types](https://github.com/ashvardanian/SimSIMD/releases/tag/v5.0.0) |
||
---|---|---|
.. | ||
langchain_milvus | ||
scripts | ||
tests | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
langchain-milvus
This is a library integration with Milvus and Zilliz Cloud.
Installation
pip install -U langchain-milvus
Milvus vector database
See a usage example
from langchain_milvus import Milvus
Milvus hybrid search
See a usage example.
from langchain_milvus import MilvusCollectionHybridSearchRetriever
Zilliz Cloud vector database
See a usage example.
from langchain_milvus import Zilliz
Zilliz Cloud Pipeline Retriever
See a usage example.
from langchain_milvus import ZillizCloudPipelineRetriever