Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,7 @@ def get_rag_answer(query, top_results):
|
|
32 |
|
33 |
# Create a prompt: you can refine the instructions to better suit your needs.
|
34 |
prompt = (
|
35 |
-
f"
|
36 |
-
f"Context:\n{context}\n\n"
|
37 |
-
f"Question: {query}\n\n"
|
38 |
f"Answer:"
|
39 |
)
|
40 |
|
|
|
32 |
|
33 |
# Create a prompt: you can refine the instructions to better suit your needs.
|
34 |
prompt = (
|
35 |
+
f"Looking at the Top 15 Projects, the answer your question is.\n\n"
|
|
|
|
|
36 |
f"Answer:"
|
37 |
)
|
38 |
|