LangChain
LangChain copied to clipboard
QA over Documents
According https://python.langchain.com/docs/use_cases/question_answering/
Tasks:
- #5
- #6
- #7
- #8
- #9
- #10
- #11
Many documents are currently in the form of PDF. https://llamahub.ai/l/file-pymu_pdf
I'm looking forward to the completion of this requirement. I recently had a requirement to do RAG. Although it has been completed in python, I prefer C#.
https://github.com/nicknochnack/Llama2RAG/blob/main/llama2%20notebook.ipynb
Could you add an example for usage of RetrievalQA?
see LLamaSharp integration tests.
The last method contains an example of RetreiveDocuments chain.