docs: update README #none

This commit is contained in:
Tadashi 2025-01-21 10:50:33 +07:00
parent 1c5849c711
commit 06d3bd4386
No known key found for this signature in database
GPG Key ID: 399380A00CC9028D

View File

@ -255,7 +255,7 @@ This file contains the configuration of your application. You can use the exampl
KH_DOCSTORE=(Elasticsearch | LanceDB | SimpleFileDocumentStore)
# setup your preferred vectorstore (for vector-based search)
KH_VECTORSTORE=(ChromaDB | LanceDB | InMemory | Qdrant)
KH_VECTORSTORE=(ChromaDB | LanceDB | InMemory | Milvus | Qdrant)
# Enable / disable multimodal QA
KH_REASONINGS_USE_MULTIMODAL=True