Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -23,7 +23,7 @@ EXAMPLE_QUERIES = [
|
|
23 |
"What can you tell me about analytical target cascading?",
|
24 |
"What is known about different modes for human-AI teaming?",
|
25 |
]
|
26 |
-
EMBEDDING_MODEL_NAME = "
|
27 |
LLM_MODEL_NAME = "Qwen/Qwen2-7B-Instruct"
|
28 |
|
29 |
# Load the dataset and convert to pandas
|
|
|
23 |
"What can you tell me about analytical target cascading?",
|
24 |
"What is known about different modes for human-AI teaming?",
|
25 |
]
|
26 |
+
EMBEDDING_MODEL_NAME = "all-MiniLM-L6-v2"
|
27 |
LLM_MODEL_NAME = "Qwen/Qwen2-7B-Instruct"
|
28 |
|
29 |
# Load the dataset and convert to pandas
|