File size: 647 Bytes
b8b0aaa
2c6f6b2
 
1d6d9e1
2c6f6b2
c50439e
2c6f6b2
 
 
9011e8c
 
c50439e
2c6f6b2
 
c0982f8
2c6f6b2
933fcd9
 
 
 
 
5c36de6
 
 
fd8e527
b8b0aaa
933fcd9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "layout": {
        "readme": "README.md",
        "about": "layout/about.md",
        "page_names": ["About", "Basic Setup", "Q&A"]
    },
    
    "defaults": {
        "goals": "This space is to define any objectives you had.",
        "context": "Take this space to add any other context.",
        "question": "Ask a question."
    },

    "embeddings": {
        "index_name": "meeting-qa-demo",
        "embedding": "jinaai/jina-embeddings-v2-base-en",
        "embedding_metadata": {
          "source": "huggingface",
          "type": "local",
          "dimensions": 768,
          "max_tokens": 8192
        }
        
    }
  
}