bupa1018 commited on
Commit
83510c8
·
1 Parent(s): 475d7f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ def rag_workflow(query):
128
  # Step 1: Predict which library usage is relevant
129
  # predict which python library to search in: (standard) kadiAPY-library or kadiAPY-cli-library
130
  code_library_usage_prediction = rag_chain.predict_library_usage(query)
131
- print(f"Predicted library usage: {library_usage_prediction}")
132
 
133
 
134
  # Step 2: Retrieve contexts (documents and code snippets)
 
128
  # Step 1: Predict which library usage is relevant
129
  # predict which python library to search in: (standard) kadiAPY-library or kadiAPY-cli-library
130
  code_library_usage_prediction = rag_chain.predict_library_usage(query)
131
+ print(f"Predicted library usage: {code_library_usage_prediction}")
132
 
133
 
134
  # Step 2: Retrieve contexts (documents and code snippets)