docs: update README (#157)

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-08-30 23:29:31 +07:00
committed by GitHub
parent 9354ad8241
commit 09f8f91510

View File

@@ -156,7 +156,7 @@ starting point.
KH_DOCSTORE=(Elasticsearch | LanceDB | SimpleFileDocumentStore)
# setup your preferred vectorstore (for vector-based search)
KH_VECTORSTORE=(ChromaDB | LanceDB
KH_VECTORSTORE=(ChromaDB | LanceDB | InMemory)
# Enable / disable multimodal QA
KH_REASONINGS_USE_MULTIMODAL=True