Skip to content

Commit

Permalink
feat: Add milvus vector store (#2634)
Browse files Browse the repository at this point in the history
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
jaelgu and autofix-ci[bot] authored Jul 12, 2024
1 parent 844da96 commit c8d7f47
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 56 deletions.
27 changes: 27 additions & 0 deletions docs/docs/components/vector-stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,33 @@ For more details, see the [FAISS Component Documentation](https://faiss.ai/index

---

### Milvus

`Milvus` builds a vector store based on Milvus or Zilliz Cloud service to support document ingestion and search.

**Parameters:**

- **Input:** Documents or Data.
- **Embedding:** Model used in Milvus vector store.
- **Collection Name:** Collection identifier in Milvus.
- **Connection URI:** URI used to connect Milvus or Zilliz Cloud service.

---

### Milvus Search

`MilvusSearch` searches a Milvus Vector Store for documents similar to the input, using advanced similarity metrics.

**Parameters:**

- **Input Value:** Search query.
- **Connection URI:** URI used to connect Milvus or Zilliz Cloud service.
- **Embedding:** Model used in Milvus vector store.
- **Collection Name:** Collection identifier in Milvus.
- **Number of Results:** Number of search results to return.

---

### MongoDB Atlas

`MongoDBAtlas` builds a MongoDB Atlas-based vector store from Data, streamlining the storage and retrieval of documents.
Expand Down
Loading

0 comments on commit c8d7f47

Please sign in to comment.