将属性图流程同步至主流程中

This commit is contained in:
wanyaokun
2024-09-14 16:35:46 +08:00
parent 6de6cc201e
commit 67b1959d80
8 changed files with 208 additions and 24 deletions
+5
View File
@@ -65,6 +65,10 @@ VECTOR_STORE_TYPE=chroma
# The name of the collection in your vector database
VECTOR_STORE_COLLECTION=default
#模型查询方式:graph、rag
LLM_QUERY_WAY = graph
#属性图存储类型:本地属性图库(默认),neo4j
GRAPH_STORE_TYPE =
#---------- neo4j - PropertyGraph ----------------
@@ -120,4 +124,5 @@ CHAT_UPLOAD_FILECACHE = "./output/uploaded"
JIEBA_DATA=./nltk_data
NLTK_DATA=./nltk_data
#IO流默认的编码格式
PYTHONUTF8=1