bupa1018 commited on
Commit
15d261d
·
1 Parent(s): f531be5

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "directory_path": "./data",
3
+ "persist_directory": "chroma_data",
4
+ "chunk_size": 1024,
5
+ "chunk_overlap": 256,
6
+ "embedding_model": "sentence-transformers/all-mpnet-base-v2",
7
+ "llm_model": "llama-3.1-70b-versatile",
8
+ "llm_temperature": 0,
9
+ "gitlab_api_url": "https://gitlab.com/api/v4",
10
+ "repository_directory": "data",
11
+ "hf_space_name": "bupa1018/KADI_Ai_Bot"
12
+ }