You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/milvus
Bagatur f021be510e
milvus[patch]: Release 0.1.1 (#22499)
3 months ago
..
langchain_milvus community, milvus, pinecone, qdrant, mongo: Broadcast operation failure while using simsimd beyond v3.7.7 (#22271) 3 months ago
scripts milvus: New langchain_milvus package and new milvus features (#21077) 4 months ago
tests milvus: New langchain_milvus package and new milvus features (#21077) 4 months ago
.gitignore milvus: New langchain_milvus package and new milvus features (#21077) 4 months ago
LICENSE milvus: New langchain_milvus package and new milvus features (#21077) 4 months ago
Makefile milvus: New langchain_milvus package and new milvus features (#21077) 4 months ago
README.md docs: fix milvus import and update template (#22306) 4 months ago
poetry.lock milvus: fix core dep (#22239) 4 months ago
pyproject.toml milvus[patch]: Release 0.1.1 (#22499) 3 months ago

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

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