![]() |
3 周之前 | |
---|---|---|
.chainlit | 1 月之前 | |
common | 3 周之前 | |
customdeepseek | 1 月之前 | |
customollama | 3 周之前 | |
custompgvector | 4 周之前 | |
customqianwen | 1 月之前 | |
docs | 3 周之前 | |
public | 1 月之前 | |
training | 3 周之前 | |
.gitignore | 1 月之前 | |
README.md | 1 月之前 | |
app_config.py | 3 周之前 | |
chainlit.md | 1 月之前 | |
chainlit_app.py | 1 月之前 | |
chainlit_zh-CN.md | 1 月之前 | |
citu_app.py | 3 周之前 | |
embedding_function.py | 3 周之前 | |
flask_app.py | 1 月之前 | |
requirements.txt | 4 周之前 | |
vanna_llm_factory.py | 3 周之前 |
更新后的训练数据与Function的对应关系 | 文件格式/扩展名 | 对应处理函数 | 用途说明 | |----------------|-------------|----------| | .ddl | train_ddl_statements() | 训练数据库定义语言文件 | | .md / .markdown | train_documentation_blocks() | 训练Markdown格式的文档 | | _pair.json / _pairs.json | train_json_question_sql_pairs() | 训练JSON格式的问答对 | | _pair.sql / _pairs.sql | train_formatted_question_sql_pairs() | 训练格式化的问答对文件 | | .sql (其他) | train_sql_examples() | 训练一般SQL示例文件 |