Spaces:
Sleeping
Sleeping
Create config.json
Browse files- 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 |
+
}
|