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
Yes, you need a library that can extract text from PDF and DOCX files (there are free libraries available), and then you can use the standard procedure for Retrieval-Augmented Generation (RAG) in LLamaSharp.
Save the text chunks into Kernel memory with LLamaSharp.
Perform searches within the memory using LLamaSharp.
The quality will depend on the efficiency and cleverness of executing the former steps (it is not as easy as many novice AI 'experts' think).
I am willing to provide an example in exchange for payment (willing to give a quote for this based on your requirements). Otherwise, please look at the basic examples in the LLamaSharp repository.
Background & Description
is there a way to use rag methodology with PDF or docx file read from filesystem
API & Usage
No response
How to implement
No response
The text was updated successfully, but these errors were encountered: