- 一、简介
- 欢迎阅读《交易流水分析项目》 说明文档。
- 二、环境说明
- 1. 项目开发语言是python,版本 3.10+
- 2. IDE建议 PyCharm
- 3. 源码git地址:https://git.yangzhiqiang.tech/jiaqiang/tx_flow_analysis/
- 4. 依赖包安装指令如下(说明:会自动安装依赖的包)
- pip install langchain
- pip install langchain_openai
- pip install fastapi
- pip install uvicorn
|