-
-
Save jvrdnd/0b56651c2db32b2e5ebfa6fb7b12a875 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| question = tools.contextualize(prompts["context"], chat) | |
| top_documents = tools.get_documents(question) | |
| answer = tools.answer(prompts["answer"], question, top_documents) | |
| for chunk in answer: | |
| yield chunk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment