Skip to content

samlakhmani/XGBoost_doc_RAG

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published