You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I was wrong, but this line (line 72): result = self.chain({"input_documents": search_results, "question": query}) in example open_source_LLM_retrieval_qa/serve.py input_documents should be context, for context is the placeholder to use.
Maybe I was wrong, but this line (line 72):
result = self.chain({"input_documents": search_results, "question": query})in exampleopen_source_LLM_retrieval_qa/serve.pyinput_documentsshould becontext, forcontextis the placeholder to use.