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
Christophe Bornet 7f1e444efa
partners: Use simsimd types (#25299)
The simsimd package [now has
types](https://github.com/ashvardanian/SimSIMD/releases/tag/v5.0.0)
1 month ago
..
langchain_milvus partners: Use simsimd types (#25299) 1 month ago
scripts patch[partners] Fix check_imports bugs in pinecone and milvus (#24971) 2 months ago
tests milvus: fixed bug when using partition key and dynamic fields together (#25028) 2 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 partners: Use simsimd types (#25299) 1 month ago
pyproject.toml partners: Use simsimd types (#25299) 1 month 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