Spaces:
Running
Running
anekameni
commited on
Commit
Β·
fe92d06
1
Parent(s):
c365331
Add new chroma database files and remove obsolete ones
Browse files- .gitignore +0 -5
- app.py +1 -2
- data/chroma_db/06c87b95-cf7a-4052-9525-4124f369e846/data_level0.bin +3 -0
- data/chroma_db/{158f5309-ce1f-4038-bf3b-b4cebad237a1 β 06c87b95-cf7a-4052-9525-4124f369e846}/header.bin +1 -1
- data/chroma_db/{158f5309-ce1f-4038-bf3b-b4cebad237a1 β 06c87b95-cf7a-4052-9525-4124f369e846}/index_metadata.pickle +2 -2
- data/chroma_db/{158f5309-ce1f-4038-bf3b-b4cebad237a1 β 06c87b95-cf7a-4052-9525-4124f369e846}/length.bin +2 -2
- data/chroma_db/{158f5309-ce1f-4038-bf3b-b4cebad237a1 β 06c87b95-cf7a-4052-9525-4124f369e846}/link_lists.bin +2 -2
- data/chroma_db/158f5309-ce1f-4038-bf3b-b4cebad237a1/data_level0.bin +0 -3
- medivocate-space +1 -0
.gitignore
CHANGED
@@ -171,13 +171,8 @@ cython_debug/
|
|
171 |
.pypirc
|
172 |
.vscode/
|
173 |
|
174 |
-
# store all dataset here
|
175 |
-
data
|
176 |
-
|
177 |
*.out
|
178 |
.python-version
|
179 |
|
180 |
-
|
181 |
-
.python-version
|
182 |
.venv
|
183 |
*.sh
|
|
|
171 |
.pypirc
|
172 |
.vscode/
|
173 |
|
|
|
|
|
|
|
174 |
*.out
|
175 |
.python-version
|
176 |
|
|
|
|
|
177 |
.venv
|
178 |
*.sh
|
app.py
CHANGED
@@ -38,8 +38,7 @@ class ChatInterface:
|
|
38 |
|
39 |
# Usage example:
|
40 |
if __name__ == "__main__":
|
41 |
-
|
42 |
-
rag_system = RAGSystem(top_k_documents=top_k_docs)
|
43 |
rag_system.initialize_vector_store()
|
44 |
|
45 |
chat_interface = ChatInterface(rag_system)
|
|
|
38 |
|
39 |
# Usage example:
|
40 |
if __name__ == "__main__":
|
41 |
+
rag_system = RAGSystem(top_k_documents=12)
|
|
|
42 |
rag_system.initialize_vector_store()
|
43 |
|
44 |
chat_interface = ChatInterface(rag_system)
|
data/chroma_db/06c87b95-cf7a-4052-9525-4124f369e846/data_level0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2720f71b30c4a74523f13811cddb3786a455d1e0103adc6ab21785df534a2d1
|
3 |
+
size 55068000
|
data/chroma_db/{158f5309-ce1f-4038-bf3b-b4cebad237a1 β 06c87b95-cf7a-4052-9525-4124f369e846}/header.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 100
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:810d9ab4db038914474fc3e4b15f4b3cc5fead17da4d8161d3c29cc268e70500
|
3 |
size 100
|
data/chroma_db/{158f5309-ce1f-4038-bf3b-b4cebad237a1 β 06c87b95-cf7a-4052-9525-4124f369e846}/index_metadata.pickle
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccb7b11176a876a4fd105386cd7a903201ddc8c6ef021faa2ab7f849c37f3ef2
|
3 |
+
size 700370
|
data/chroma_db/{158f5309-ce1f-4038-bf3b-b4cebad237a1 β 06c87b95-cf7a-4052-9525-4124f369e846}/length.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f620b0a69126c64a405d4ada534dbb29db8e153567007dc3741d1c8d8634ef8
|
3 |
+
size 52000
|
data/chroma_db/{158f5309-ce1f-4038-bf3b-b4cebad237a1 β 06c87b95-cf7a-4052-9525-4124f369e846}/link_lists.bin
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd1a3663af66fd057016b077ef1c80e744ed674bdc0a5495d150e8cf8e42c313
|
3 |
+
size 110344
|
data/chroma_db/158f5309-ce1f-4038-bf3b-b4cebad237a1/data_level0.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:7a03c4b63ea91d7971ae0f23c1eacdcd517359b043eacb0f0c13929e7e74f790
|
3 |
-
size 199092000
|
|
|
|
|
|
|
|
medivocate-space
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 9c848d360166c8e6e890b77197ccc808aface14b
|