1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 23:36:54 +08:00
Files
qlib/qlib/finco
Fivele-Li 86ffd1799d Add knowledge module and tune summarizeTask (#1582)
* 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>
2023-07-06 11:39:36 +08:00
..
2023-06-01 19:38:26 +08:00
2023-07-04 16:20:02 +08:00
2023-07-04 16:20:02 +08:00
2023-07-04 16:20:02 +08:00
2023-07-04 16:20:02 +08:00
2023-06-12 16:25:16 +08:00
2023-07-04 20:28:08 +08:00

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"