Spaces:
Running
Running
johannoriel
commited on
Commit
•
d09a7a7
1
Parent(s):
8e46350
Add default config.json
Browse files- config.json +42 -0
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"common": {
|
3 |
+
"work_directory": "/home/joriel/Vid\u00e9os",
|
4 |
+
"language": "fr"
|
5 |
+
},
|
6 |
+
"ragllm": {
|
7 |
+
"provider": "ollama",
|
8 |
+
"llm_model": "HuggingFaceH4/zephyr-7b-beta",
|
9 |
+
"embedder": "sentence-transformers/all-MiniLM-L6-v2",
|
10 |
+
"similarity_method": "cosine",
|
11 |
+
"llm_sys_prompt": "Tu es un assistant qui r\u00e9ponds fid\u00e8lement aux demandes",
|
12 |
+
"chunk_size": 200,
|
13 |
+
"top_k": 3,
|
14 |
+
"hf_api_key": ""
|
15 |
+
},
|
16 |
+
"api_key": "",
|
17 |
+
"llm_key": "",
|
18 |
+
"starred_plugins": [],
|
19 |
+
"scansite": {
|
20 |
+
"sources": [
|
21 |
+
[
|
22 |
+
1,
|
23 |
+
"https://www.sciencealert.com",
|
24 |
+
"ScienceAlert : The Best in Science News And Amazing Breakthroughs"
|
25 |
+
]
|
26 |
+
],
|
27 |
+
"new_source_url": "",
|
28 |
+
"tags": [
|
29 |
+
[
|
30 |
+
"Sant\u00e9",
|
31 |
+
"Long\u00e9vit\u00e9, Sant\u00e9, Esp\u00e9rance de vie en bonne sant\u00e9 | Longevity, Health, Healthspan, Lifespan"
|
32 |
+
],
|
33 |
+
[
|
34 |
+
"YouTube",
|
35 |
+
""
|
36 |
+
]
|
37 |
+
],
|
38 |
+
"new_tag": "",
|
39 |
+
"new_tag_description": ""
|
40 |
+
},
|
41 |
+
"webrankings": {}
|
42 |
+
}
|