gabrielchua / RAGxplorer

Open-source tool to visualise your RAG 🔮
MIT License
1.08k stars 95 forks source link

Chore: Re-organise repo #2

Closed gabrielchua closed 9 months ago

gabrielchua commented 9 months ago
  1. Shifted modules into utils folder

  2. Renamed the following:

    • plots.py to projections.py
    • rag_utils.py to rag.py
    • ui.py to st.py
  3. Shifted projection related functions from rag.py to projections.py.

  4. Clean code by adding:

    • Module and function docstring
    • Type hinting