whyhow-ai / rule-based-retrieval

The Rule-based Retrieval package is a Python package that enables you to create and manage Retrieval Augmented Generation (RAG) applications with advanced filtering capabilities. It seamlessly integrates with OpenAI for text generation and Pinecone or Milvus for efficient vector database management.
MIT License
211 stars 23 forks source link

Integrated Milvus into whyhow.ai Rule-based Retrieval, creating a new file named rag_milvus.py and with docs #6

Closed Jacksonxhx closed 5 months ago

Jacksonxhx commented 5 months ago

…g a new file named rag_milvus.py with tutotial and README updated

update gitignore and first commit

Integrated Milvus into the existing rag.py file at whyhow.ai, creating a new file named rag_milvus.py

Signed-off-by: Jackson Xie jackson.xie@zilliz.com

finish tutorial and fix some mistakes in rag_milvus

update readme file and upload milvus tutorial

Delete .DS_Store

Delete src/.DS_Store

Delete docs/.DS_Store

fix some issues in link

fix some issues in link

upload DS_Store

adjust readme and doc