langchain/libs/partners/milvus
2024-07-17 19:42:44 +00:00
..
langchain_milvus milvus: docstring (#23151) 2024-07-12 23:25:31 +00:00
scripts milvus: New langchain_milvus package and new milvus features (#21077) 2024-05-28 08:24:20 -07:00
tests milvus: New langchain_milvus package and new milvus features (#21077) 2024-05-28 08:24:20 -07: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 milvus: New langchain_milvus package and new milvus features (#21077) 2024-05-28 08:24:20 -07:00
poetry.lock milvus: release 0.1.2 (#24365) 2024-07-17 19:42:44 +00:00
pyproject.toml milvus: release 0.1.2 (#24365) 2024-07-17 19:42:44 +00:00
README.md docs: fix milvus import and update template (#22306) 2024-05-30 08:28:55 -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