LangChain icon indicating copy to clipboard operation
LangChain copied to clipboard

QA over Documents

Open HavenDV opened this issue 2 years ago • 4 comments

According https://python.langchain.com/docs/use_cases/question_answering/

Tasks:

  • #5
  • #6
  • #7
  • #8
  • #9
  • #10
  • #11

HavenDV avatar Aug 11 '23 12:08 HavenDV

Many documents are currently in the form of PDF. https://llamahub.ai/l/file-pymu_pdf

ChengYen-Tang avatar Oct 18 '23 06:10 ChengYen-Tang

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

ChengYen-Tang avatar Oct 18 '23 06:10 ChengYen-Tang

Could you add an example for usage of RetrievalQA?

samitugal avatar Nov 20 '23 06:11 samitugal

see LLamaSharp integration tests.

ChainTests.cs

The last method contains an example of RetreiveDocuments chain.

TesAnti avatar Nov 20 '23 06:11 TesAnti