de en es fr nl pl pt sv zh

rag

Building your own RAG

adambronte

I like to read and I read a good amount. When I'm reading a series and I'm waiting for the next book to come out, I often forget what happened in the previous book. This seems like a great use case to build a rag! What is needed? A book in epub An epub parser Chunker Vector store LLM to query A...