mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-03 10:55:08 +00:00
add dynamic field feature to langchain_milvus more unittest, more robustic plan to deprecate the `metadata_field` in the future, because it's function is the same as `enable_dynamic_field`, but the latter one is a more advanced concept in milvus Signed-off-by: ChengZi <chen.zhang@zilliz.com> Co-authored-by: Erick Friis <erick@langchain.dev>
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
Milvus hybrid search
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