langchain/libs/partners/milvus
2024-09-24 16:26:36 -07:00
..
langchain_milvus partners[milvus]: fix integration test issues (#26136) 2024-09-06 16:52:36 +00:00
scripts multiple: pydantic 2 compatibility, v0.3 (#26443) 2024-09-13 14:38:45 -07:00
tests milvus[patch]: fix vectorstore integration tests (#26583) 2024-09-17 14:17:05 -04:00
.gitignore milvus: New langchain_milvus package and new milvus features (#21077) 2024-05-28 08:24:20 -07:00
LICENSE milvus: New langchain_milvus package and new milvus features (#21077) 2024-05-28 08:24:20 -07:00
Makefile standard-tests[patch]: add Ser/Des test 2024-09-04 10:24:06 -07:00
poetry.lock milvus[patch]: fix vectorstore integration tests (#26583) 2024-09-17 14:17:05 -04:00
pyproject.toml milvus[patch]: fix vectorstore integration tests (#26583) 2024-09-17 14:17:05 -04:00
README.md multiple: update docs urls to latest 2024-09-24 16:26:36 -07:00

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

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