multi-meeting-QnA / config /config.json
tykiww's picture
Update config/config.json
bad8824 verified
raw
history blame
433 Bytes
{
"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."
},
"embeddings": {
"embedding": "jinaai/jina-embeddings-v2-base-en",
"index_name": "meeting_qa_demo",
}
}