Spaces:
Runtime error
Runtime error
anpigon
commited on
Commit
·
5b1c23e
1
Parent(s):
9b33e81
feat(db): add new parquet files and index files to the database
Browse filesAdd new parquet files and index files to the database. These files are
required for the application to function properly.
- db/chroma-collections.parquet +3 -0
- db/chroma-embeddings.parquet +3 -0
- db/index/id_to_uuid_048324df-8303-4945-a7e0-a5c0016baa78.pkl +3 -0
- db/index/index_048324df-8303-4945-a7e0-a5c0016baa78.bin +3 -0
- db/index/index_metadata_048324df-8303-4945-a7e0-a5c0016baa78.pkl +3 -0
- db/index/uuid_to_id_048324df-8303-4945-a7e0-a5c0016baa78.pkl +3 -0
db/chroma-collections.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ec1d87bfee88f360377596a8b5b728432aa85920c7181631498fd197100b2e4
|
3 |
+
size 557
|
db/chroma-embeddings.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffd198f0e3337040952c6cb0f085b9420eadf9c97edfa0042a88b46303764fe5
|
3 |
+
size 12201813
|
db/index/id_to_uuid_048324df-8303-4945-a7e0-a5c0016baa78.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9400536ee02de027d46387ff22b5319c70b13adf4e1c709a17d32c20be14ff8
|
3 |
+
size 29880
|
db/index/index_048324df-8303-4945-a7e0-a5c0016baa78.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6bec59a94f6aaed2ba9fa6e914ebc5f46aba9c61ef7a1a88d839da739a5e350
|
3 |
+
size 5826524
|
db/index/index_metadata_048324df-8303-4945-a7e0-a5c0016baa78.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8253ccb8d665c6f573fdc33cbec32b62e7bd274df6fa5776018e72857b8e301
|
3 |
+
size 105
|
db/index/uuid_to_id_048324df-8303-4945-a7e0-a5c0016baa78.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a86bb2dab42ef52d3f369ab7a0842356c269d42e78c302086a8278a134725d8
|
3 |
+
size 34949
|