mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +08:00
* Add knowledge module * add KnowledgeExperiment add KnowledgeBase; * add knowledge associate prompts to template; * Add Topic class * add Topic to summarize knowledge; * add recorder's metric to summarizeTask; --------- Co-authored-by: Cadenza-Li <362237642@qq.com>
This is an experimental branch of "FInancial COpilot of Qlib"
Installation
- To run this module, you need to first install Qlib following the instruction in install-from-source or follow:
python -m pip install git+https://github.com/microsoft/qlib.git@finco
- then you need to install other dependencies of finco:
python -m pip install pydantic openai python-dotenv
Quick run
To run this module, you can start the workflow easily with one command:
cd qlib/finco; python cli.py "your prompt"