Spaces:
Runtime error
Runtime error
anpigon
commited on
Commit
•
6ba3fd4
1
Parent(s):
361986d
feat(db): add chroma.sqlite3 database file and related binary files
Browse filesThe commit adds the following files:
- db/chroma.sqlite3: A new SQLite database file
- db/e47342e5-9624-45b7-bab5-4c7337390723/data_level0.bin: A binary file
- db/e47342e5-9624-45b7-bab5-4c7337390723/header.bin: A binary file
- db/e47342e5-9624-45b7-bab5-4c7337390723/length.bin: A binary file
- db/e47342e5-9624-45b7-bab5-4c7337390723/link_lists.bin: A binary file
These files are added to the project to support the functionality of the application that requires a database for storing and retrieving data.
db/chroma.sqlite3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a59d02ee34d3f0adc0c2d2d69e6e87654df19bda541ff1b57b347cca0d6b1fd9
|
3 |
+
size 17321984
|
db/e47342e5-9624-45b7-bab5-4c7337390723/data_level0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f18abd8c514282db82706e52b0a33ed659cd534e925a6f149deb7af9ce34bd8e
|
3 |
+
size 6284000
|
db/e47342e5-9624-45b7-bab5-4c7337390723/header.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:effaa959ce2b30070fdafc2fe82096fc46e4ee7561b75920dd3ce43d09679b21
|
3 |
+
size 100
|
db/e47342e5-9624-45b7-bab5-4c7337390723/length.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc19b1997119425765295aeab72d76faa6927d4f83985d328c26f20468d6cc76
|
3 |
+
size 4000
|
db/e47342e5-9624-45b7-bab5-4c7337390723/link_lists.bin
ADDED
File without changes
|