feat: milvus support

This commit is contained in:
Timothy J. Baek
2024-09-12 01:52:19 -04:00
parent 0886b3a0a4
commit 4775fe43d8
6 changed files with 158 additions and 20 deletions

View File

@@ -910,6 +910,10 @@ else:
CHROMA_HTTP_SSL = os.environ.get("CHROMA_HTTP_SSL", "false").lower() == "true"
# this uses the model defined in the Dockerfile ENV variable. If you dont use docker or docker based deployments such as k8s, the default embedding model will be used (sentence-transformers/all-MiniLM-L6-v2)
# Milvus
MILVUS_URI = os.environ.get("MILVUS_URI", f"{DATA_DIR}/vector_db/milvus.db")
####################################
# RAG
####################################