mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-09 13:00:56 +00:00
4ae7e6db19
* Initial version if Graph RAG in KAGGLE scenario * fix CI * fix a small bug * fix CI * fix CI * fix CI
Usage
This folder implements a knowledge base using RAG based on Kaggle competitions. It allows you to store Kaggle competition experiences into the knowledge base, as well as store experimental experiences from RD-Agent.
- First, generate a knowledge base (in JSON format) by running the
mainfunction inextract_knowledge.py. - Then, create a vector base in
vector_base.pyand save it. - Finally, add the field
KG_RAG_PATH="xxx.pkl"(the path to the saved vector base) in your.envfile.