Update app.py
Browse files
app.py
CHANGED
@@ -202,8 +202,8 @@ def rag_workflow(query):
|
|
202 |
print(f"Context for the query:\n{context}\n")
|
203 |
print(f"References for the query:\n{references}\n")
|
204 |
|
205 |
-
prompt = f"""You are an
|
206 |
-
The retrieved context contains source code and documenation of an api library.
|
207 |
If no related Information is found from the context, reply that you do not know.
|
208 |
|
209 |
Context:
|
|
|
202 |
print(f"Context for the query:\n{context}\n")
|
203 |
print(f"References for the query:\n{references}\n")
|
204 |
|
205 |
+
prompt = f"""You are an expert python developer. Provide a clear and consice answer based on the information in the retrieved context.
|
206 |
+
The retrieved context contains source code and documenation of an api library.
|
207 |
If no related Information is found from the context, reply that you do not know.
|
208 |
|
209 |
Context:
|