jeysshon commited on
Commit
582905e
·
verified ·
1 Parent(s): 0992087

Update chainlit.config.toml

Browse files
Files changed (1) hide show
  1. chainlit.config.toml +11 -2
chainlit.config.toml CHANGED
@@ -1,2 +1,11 @@
1
- [tenant]
2
- enabled = false
 
 
 
 
 
 
 
 
 
 
1
+ # chainlit.config.toml
2
+ [chromadb]
3
+ tenant = "default_tenant"
4
+ database = "default_database"
5
+
6
+ [chromadb.auth]
7
+ provider = "chromadb.auth.providers.HTTPClientAuthProvider"
8
+ credentials = ""
9
+
10
+ [chromadb.settings]
11
+ allow_reset = true