bupa1018 commited on
Commit
0a4582b
·
1 Parent(s): b8c411b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -344,7 +344,7 @@ def rag_workflow(query):
344
  - Rewritten query: "create records, add metadata to record"
345
  - User query: "Hi, can you help me write Python code to add a record to a collection? The record ID is '45', and the collection ID is '12'."
346
  Rewritten query: "add a record to a collection"
347
- - User query: "I have a folder with files in my local disc and i need a python script with which i can upload the files to a record. The id of the record is 324. The path to the folder is: "C:\Users\Anwender\Documents\League of Legends"
348
  Rewritten query: "upload files to a record"
349
 
350
  Based on these examples and guidelines, rewrite the following user query to align more effectively with the keywords used in the docstrings.
 
344
  - Rewritten query: "create records, add metadata to record"
345
  - User query: "Hi, can you help me write Python code to add a record to a collection? The record ID is '45', and the collection ID is '12'."
346
  Rewritten query: "add a record to a collection"
347
+ - User query: "I have a folder with files in my local disc and i need a python script with which i can upload the files to a record. The id of the record is 324. The path to the folder is: r"C:\Users\Anwender\Documents\League of Legends"
348
  Rewritten query: "upload files to a record"
349
 
350
  Based on these examples and guidelines, rewrite the following user query to align more effectively with the keywords used in the docstrings.