Spaces:
Sleeping
Sleeping
Update config/config.json
Browse files- config/config.json +16 -0
config/config.json
CHANGED
@@ -34,4 +34,20 @@
|
|
34 |
"unsloth/gemma-7b-bnb-4bit",
|
35 |
"unsloth/mistral-7b-v0.3-bnb-4bit"]
|
36 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
|
|
34 |
"unsloth/gemma-7b-bnb-4bit",
|
35 |
"unsloth/mistral-7b-v0.3-bnb-4bit"]
|
36 |
}
|
37 |
+
|
38 |
+
"layout": {
|
39 |
+
"readme": "README.md",
|
40 |
+
"about": "/layout/about.md"
|
41 |
+
"page_names": ["About", "Basic Setup", "Q&A"]
|
42 |
+
},
|
43 |
+
|
44 |
+
"defaults": {
|
45 |
+
"goals": "This space is to define any objectives you had.",
|
46 |
+
"context": "Take this space to add any other context."
|
47 |
+
},
|
48 |
+
|
49 |
+
"embeddings": {
|
50 |
+
"embedding": "jinaai/jina-embeddings-v2-base-en",
|
51 |
+
"index_name": "meeting_qa_demo",
|
52 |
+
}
|
53 |
}
|