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
Erick Friis 3dce2e1d35
all: add release notes to pypi (#24519)
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 milvus: release 0.1.2 (#24365) 2 months ago
pyproject.toml all: add release notes to pypi (#24519) 2 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