Add dedicated information panel to the UI (#137)
* Allow streaming to the chatbot and the information panel without threading * Highlight evidence in a simple manner
This commit is contained in:
committed by
GitHub
parent
ebc61400d8
commit
513e86f490
@@ -11,7 +11,7 @@ user_cache_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
||||
|
||||
COHERE_API_KEY = config("COHERE_API_KEY", default="")
|
||||
# KH_MODE = "dev"
|
||||
KH_MODE = "dev"
|
||||
KH_DATABASE = f"sqlite:///{user_cache_dir / 'sql.db'}"
|
||||
KH_DOCSTORE = {
|
||||
"__type__": "kotaemon.storages.SimpleFileDocumentStore",
|
||||
|
Reference in New Issue
Block a user