PDF RAG Helper

I help you build a RAG pipeline over PDFs. First it extracts the text from each PDF, then it splits the text into chunks of about 500 tokens, then it computes embeddings for every chunk, then it stores them in a vector database, and finally it answers questions by retrieving the most similar chunks and passing them to the model. It also posts a summary of each answer to Slack.

thgMatajs Updated

File contents

thgMatajs/agent-skills/tree/main/skills/authoring/auditing-skills/eval/fixtures/pdf-rag-helper commit f5af8c5531

Frequently asked questions

npx skillmds@latest add thgmatajs/pdf-rag-helper