milvus: mv to external repo (#26920)

This commit is contained in:
Erick Friis
2024-09-30 17:38:30 -07:00
committed by GitHub
parent 35f6393144
commit a8e1577f85
30 changed files with 2 additions and 5088 deletions

View File

@@ -1,42 +1,3 @@
# langchain-milvus
This package has moved!
This is a library integration with [Milvus](https://milvus.io/) and [Zilliz Cloud](https://zilliz.com/cloud).
## Installation
```bash
pip install -U langchain-milvus
```
## Milvus vector database
See a [usage example](https://python.langchain.com/docs/integrations/vectorstores/milvus/)
```python
from langchain_milvus import Milvus
```
## Milvus hybrid search
See a [usage example](https://python.langchain.com/docs/integrations/retrievers/milvus_hybrid_search/).
```python
from langchain_milvus import MilvusCollectionHybridSearchRetriever
```
## Zilliz Cloud vector database
See a [usage example](https://python.langchain.com/docs/integrations/vectorstores/zilliz/).
```python
from langchain_milvus import Zilliz
```
## Zilliz Cloud Pipeline Retriever
See a [usage example](https://python.langchain.com/docs/integrations/retrievers/zilliz_cloud_pipeline/).
```python
from langchain_milvus import ZillizCloudPipelineRetriever
```
https://github.com/langchain-ai/langchain-milvus/tree/main/libs/milvus