Spaces:
Runtime error
Runtime error
Paperboxiv
commited on
Commit
•
0f2753c
1
Parent(s):
b4dceaf
更改文件位置
Browse files- .chroma/index/id_to_uuid_5c46ed6e-ccef-4df5-9eac-f0415c59fe7b.pkl +3 -0
- .chroma/index/index_5c46ed6e-ccef-4df5-9eac-f0415c59fe7b.bin +3 -0
- .chroma/index/index_metadata_5c46ed6e-ccef-4df5-9eac-f0415c59fe7b.pkl +3 -0
- .chroma/index/uuid_to_id_5c46ed6e-ccef-4df5-9eac-f0415c59fe7b.pkl +3 -0
- app.py +1 -1
- data/{资质通鉴_1.txt → 资治通鉴_1.txt} +0 -0
- data/资质通鉴_1_残缺.txt → 资治通鉴_1_残缺.txt +0 -0
.chroma/index/id_to_uuid_5c46ed6e-ccef-4df5-9eac-f0415c59fe7b.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0eb26f45120718444ac544dca81e7f1daeac3d95eb4e2fe3c0f9acd30e6d0be
|
3 |
+
size 319
|
.chroma/index/index_5c46ed6e-ccef-4df5-9eac-f0415c59fe7b.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:472f86a7b39407e04b69f67de64c4208d9b6244b86a2a8725662cc813c1dc3bc
|
3 |
+
size 56688
|
.chroma/index/index_metadata_5c46ed6e-ccef-4df5-9eac-f0415c59fe7b.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebfdefeb4b0c9f825a5d13ba84ae1d8dd4fd31973e46b419637e5ebb0cc7d0b8
|
3 |
+
size 73
|
.chroma/index/uuid_to_id_5c46ed6e-ccef-4df5-9eac-f0415c59fe7b.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf9de07e3dd2a72f24475076cadbced9eae557ab0061a0223a2479219e22214d
|
3 |
+
size 349
|
app.py
CHANGED
@@ -54,7 +54,7 @@ def doc_vectorize(texts):
|
|
54 |
return docsearch
|
55 |
|
56 |
#文本被拆解储存在数组texts中
|
57 |
-
texts = doc_split("
|
58 |
title = "资治通鉴"
|
59 |
docsearch = doc_vectorize((texts))
|
60 |
|
|
|
54 |
return docsearch
|
55 |
|
56 |
#文本被拆解储存在数组texts中
|
57 |
+
texts = doc_split(".\资治通鉴_1_残缺.txt")
|
58 |
title = "资治通鉴"
|
59 |
docsearch = doc_vectorize((texts))
|
60 |
|
data/{资质通鉴_1.txt → 资治通鉴_1.txt}
RENAMED
File without changes
|
data/资质通鉴_1_残缺.txt → 资治通鉴_1_残缺.txt
RENAMED
File without changes
|