Find answers from the community

Home
Members
externalnoise
e
externalnoise
Offline, last seen 2 months ago
Joined December 21, 2024
e
externalnoise
·

RAG

Hi guys. I’m new to building RAG pipelines. Currently I’m trying to build a RAG that interfaces with my schools cs department info so I can ask it basic questions. I have a couple questions.

  1. I used fire crawl to crawl the website and deeper links, so I have a huge json file. I took that JSON and cleaned that up and made it a txt.
  1. Used hugging face embeddings but from here I’m stuck on what indexing and storing actually means and how I should do it effectively. Right now the Llm given context hallucinates A LOT!
3 comments
e
W