mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 02:37:44 +00:00
0166273e15
* init a scenario for kaggle feature engineering * Added support for loading and storing RAG in Kaggle scenarios. * fix a ci bug * Add RAG after each experiment's feedback. * add a promt * fix a bug * fix a bug * add a readme * refine the code in knowledge loading
508 B
508 B
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.