Skip to main content

Documentation Index

Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyo-1777658790-7be347c.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Milvus is a database that stores, indexes, and manages massive embedding vectors generated by deep neural networks and other machine learning (ML) models.

Installation and setup

Install the Python SDK:
pip install langchain-milvus

Vector store

See a usage example. To import this vectorstore:
from langchain_milvus import Milvus