tykiww commited on
Commit
c50439e
·
verified ·
1 Parent(s): 5a91500

Update config/config.json

Browse files
Files changed (1) hide show
  1. config/config.json +3 -3
config/config.json CHANGED
@@ -3,12 +3,12 @@
3
  "readme": "README.md",
4
  "about": "/layout/about.md",
5
  "page_names": ["About", "Basic Setup", "Q&A"]
6
- }
7
 
8
  "defaults": {
9
  "goals": "This space is to define any objectives you had.",
10
  "context": "Take this space to add any other context."
11
- }
12
 
13
  "embeddings": {
14
  "embedding": "jinaai/jina-embeddings-v2-base-en",
@@ -18,7 +18,7 @@
18
  "dimensions": 768,
19
  "max_tokens": 8192
20
  }
21
- }
22
  "index_name": "meeting_qa_demo"
23
  }
24
 
 
3
  "readme": "README.md",
4
  "about": "/layout/about.md",
5
  "page_names": ["About", "Basic Setup", "Q&A"]
6
+ },
7
 
8
  "defaults": {
9
  "goals": "This space is to define any objectives you had.",
10
  "context": "Take this space to add any other context."
11
+ },
12
 
13
  "embeddings": {
14
  "embedding": "jinaai/jina-embeddings-v2-base-en",
 
18
  "dimensions": 768,
19
  "max_tokens": 8192
20
  }
21
+ },
22
  "index_name": "meeting_qa_demo"
23
  }
24