Spaces:
Running
Running
trobet
commited on
Commit
·
3e9ea02
1
Parent(s):
be0df7e
Scrum BAAI/bge-small-en-v1.5 DeepSeek-R1-Distill-Qwen-32B
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 📚
|
4 |
colorFrom: purple
|
5 |
colorTo: blue
|
@@ -7,7 +7,7 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.42.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
short_description:
|
11 |
---
|
12 |
|
13 |
# Introduction
|
|
|
1 |
---
|
2 |
+
title: Scrum expert
|
3 |
emoji: 📚
|
4 |
colorFrom: purple
|
5 |
colorTo: blue
|
|
|
7 |
sdk_version: 1.42.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
short_description: Scrum expert
|
11 |
---
|
12 |
|
13 |
# Introduction
|
app.py
CHANGED
@@ -11,7 +11,7 @@ from llama_index.core.chat_engine.types import ChatMode
|
|
11 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
12 |
from llama_index.llms.openai_like import OpenAILike
|
13 |
|
14 |
-
PAGE_TITLE="Votre expert
|
15 |
CHAT_TITLE="Posez-moi une question sur le guide Scrum 2020 (anglais ou français)"
|
16 |
SYSTEM_PROMPT="Use the context information provided to assist the user. Mention the origins of the informations at the bottom of the response (file and page)."
|
17 |
#EMBEDDING_MODEL="sentence-transformers/paraphrase-MiniLM-L6-v2" # Fast embedding model
|
|
|
11 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
12 |
from llama_index.llms.openai_like import OpenAILike
|
13 |
|
14 |
+
PAGE_TITLE="Votre expert Scrum"
|
15 |
CHAT_TITLE="Posez-moi une question sur le guide Scrum 2020 (anglais ou français)"
|
16 |
SYSTEM_PROMPT="Use the context information provided to assist the user. Mention the origins of the informations at the bottom of the response (file and page)."
|
17 |
#EMBEDDING_MODEL="sentence-transformers/paraphrase-MiniLM-L6-v2" # Fast embedding model
|