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
Leonid Ganeline f0a7581b50
milvus: docstring (#23151)
Added missed docstrings. Format docstrings to the consistent format
(used in the API Reference)

---------

Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com>
Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
Co-authored-by: Erick Friis <erick@langchain.dev>
2 months ago
..
langchain_milvus milvus: docstring (#23151) 2 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 infra: update mypy 1.10, ruff 0.5 (#23721) 3 months ago
pyproject.toml infra: update mypy 1.10, ruff 0.5 (#23721) 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