Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 811 Bytes

Explanation

This RAG project was built using Langchain

This is a rag which doloads all any documentation online, given the link

Steps :

  1. Download all documentations
  2. Make reasonable Chunks
    • Tricky bit was segregating code part of documentation, and providing adequate semantic meaning to it, for retrival of code
    • First version didnt have
    • The concept of perpozitionizer was used to add semantics to the purpose of the code
  3. Improve Chunk Calrity using : https://arxiv.org/abs/2312.06648
  4. Perform Embedding
  5. Save in Chorma DB
  6. Create Retrive using :
  7. Generate Response