Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
forked from calnfynn/RAG-BA

Evaluating RAG Technology for Enhancing LLM Usability in Climate Literature Applications?

License

Notifications You must be signed in to change notification settings

mrchristian/RAG-BA

 
 

Repository files navigation

KISSKI RAG 4 IPCC

RAG pipeline for climate literature using open models (Llama 3), local embeddings (FAISS), and semantic HTML chunking. Built as part of my BA thesis.

Files

  • RAG.ipynb and onlyLLM.ipynb are the two main workflows

  • graphRAG.dot and graphLLM.dot contain the .dot code for both the workflow graphics included in the BA thesis

  • requirements.txt contains all libraries used in this code and can be installed via pip

  • goldstandard_answers.md contains the hand-written reference answers for testing the LLM with and without RAG

  • simplified_example.txt contains an example of what is passed to the LLM in the RAG workflow (retrieved context chunks, pre-set prompt, user prompt)

  • faiss_index contains the generated index

  • html contains all individual chapter files downloaded from #semanticClimate (in XHTML)

  • txt contains the tagged and filtered former xhtml paragraphs

  • and eval contains both the LLM-only as well as the RAG log

License

This code is licensed for noncommercial use only.
You may use, share, and adapt it freely for research, academic, or personal projects.
Commercial use is strictly prohibited without written permission.

See LICENSE for full terms.

About

Evaluating RAG Technology for Enhancing LLM Usability in Climate Literature Applications?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.9%
  • Jupyter Notebook 0.1%