tykiww commited on
Commit
2c6f6b2
1 Parent(s): ee5deaa

Update config/config.json

Browse files
Files changed (1) hide show
  1. 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
  }