修复lpmm template的一些问题

This commit is contained in:
UnCLAS-Prommer
2025-05-13 22:14:26 +08:00
parent b2b43c140f
commit a7c235c557
3 changed files with 44 additions and 54 deletions

View File

@@ -54,7 +54,7 @@ res_top_k = 3 # 最终提供的文段TopK
[persistence]
# 持久化配置(存储中间数据,防止重复计算)
data_root_path = "data" # 数据根目录
raw_data_path = "data/imported_lpmm_data" # 原始数据路径
imported_data_path = "data/imported_lpmm_data" # 转换为json的raw文件数据路径
openie_data_path = "data/openie" # OpenIE数据路径
embedding_data_dir = "data/embedding" # 嵌入数据目录
rag_data_dir = "data/rag" # RAG数据目录