RAG for IPCC Reports #25
calnfynn
started this conversation in
Show and tell
Replies: 1 comment
-
|
It will be really useful to have a standlone Python version of this (i.e. not a notebook) with a Also if the models , parameters, queries, etc. can be made symbolic it makes it easy to switch the problem specification. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have started work on a RAG workflow that takes IPCC reports as input and answers questions/outputs information about their content. So far it's quite basic.
It uses Llama3 via an API (KISSKI) as the LLM, and Llama_index for the RAG.
You can find it here: KISSKI-RAG-4-IPCC
I will add and change some features in the coming weeks.
Beta Was this translation helpful? Give feedback.
All reactions