pycui commited on
Commit
9d31154
β€’
1 Parent(s): d34ef07

Fix chroma db file format

Browse files
Files changed (29) hide show
  1. .gitattributes +1 -0
  2. chroma.db/chroma-collections.parquet +1 -1
  3. chroma.db/chroma-embeddings.parquet +2 -2
  4. chroma.db/chroma-embeddings.parquet.tmp +0 -0
  5. chroma.db/index/id_to_uuid_8b1484da-7c97-4fea-8004-64664b64467f.pkl +0 -0
  6. chroma.db/index/id_to_uuid_d9c3d7e5-b9c9-4707-8a53-5d069a340480.pkl +0 -0
  7. chroma.db/index/{index_8b1484da-7c97-4fea-8004-64664b64467f.bin β†’ index_d9c3d7e5-b9c9-4707-8a53-5d069a340480.bin} +1 -1
  8. chroma.db/index/{index_metadata_8b1484da-7c97-4fea-8004-64664b64467f.pkl β†’ index_metadata_d9c3d7e5-b9c9-4707-8a53-5d069a340480.pkl} +0 -0
  9. chroma.db/index/uuid_to_id_8b1484da-7c97-4fea-8004-64664b64467f.pkl +0 -0
  10. chroma.db/index/uuid_to_id_d9c3d7e5-b9c9-4707-8a53-5d069a340480.pkl +0 -0
  11. client/mobile/ios/rac/rac/Assets/Assets.xcassets/AppIcon.appiconset/AppIcon.png +0 -0
  12. client/web/public/apple-touch-icon.png +0 -0
  13. client/web/public/favicon-16x16.png +0 -0
  14. client/web/public/favicon-32x32.png +0 -0
  15. client/web/public/logo192.png +0 -0
  16. client/web/public/logo512.png +0 -0
  17. client/web/src/assets/images/ai_helper.png +0 -0
  18. client/web/src/assets/images/bruce.png +3 -0
  19. client/web/src/assets/images/elon.png +0 -0
  20. client/web/src/assets/images/jobs.png +3 -0
  21. client/web/src/assets/images/raiden.png +3 -0
  22. client/web/src/assets/images/sam.png +3 -0
  23. realtime_ai_character/llm/__pycache__/openai_llm.cpython-311.pyc +0 -0
  24. realtime_ai_character/static/ai_helper.png +0 -0
  25. realtime_ai_character/static/bruce.png +3 -0
  26. realtime_ai_character/static/elon.png +0 -0
  27. realtime_ai_character/static/jobs.png +3 -0
  28. realtime_ai_character/static/logo.png +0 -0
  29. test.db +0 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
chroma.db/chroma-collections.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce8ec6c596e516a7ed759cd06f5e705193ffcf773ab0d458317022b47e218b33
3
  size 527
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4cf179a9af1b40118e42ce14d70fb9c135858c00bdcee0dc7a209dd3838faeb
3
  size 527
chroma.db/chroma-embeddings.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6275e60a6a4c5925ef6be2b869e3b9f8258145058f738531445b28c1bad2cdd6
3
- size 8455801
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4745dfb2b972f62b524ce4b244c21f863c3f208c6b21d534d5656ba6664318f
3
+ size 8457634
chroma.db/chroma-embeddings.parquet.tmp ADDED
File without changes
chroma.db/index/id_to_uuid_8b1484da-7c97-4fea-8004-64664b64467f.pkl DELETED
Binary file (22 kB)
 
chroma.db/index/id_to_uuid_d9c3d7e5-b9c9-4707-8a53-5d069a340480.pkl ADDED
Binary file (22 kB). View file
 
chroma.db/index/{index_8b1484da-7c97-4fea-8004-64664b64467f.bin β†’ index_d9c3d7e5-b9c9-4707-8a53-5d069a340480.bin} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:206f75fad048be75da5874781b2e99912130544812cb6fabcd2151f4308e3804
3
  size 4306816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65baf927f5971bda7cf6a0e96f778a079c6702b6732b7a7700b4957bca13b257
3
  size 4306816
chroma.db/index/{index_metadata_8b1484da-7c97-4fea-8004-64664b64467f.pkl β†’ index_metadata_d9c3d7e5-b9c9-4707-8a53-5d069a340480.pkl} RENAMED
Binary files a/chroma.db/index/index_metadata_8b1484da-7c97-4fea-8004-64664b64467f.pkl and b/chroma.db/index/index_metadata_d9c3d7e5-b9c9-4707-8a53-5d069a340480.pkl differ
 
chroma.db/index/uuid_to_id_8b1484da-7c97-4fea-8004-64664b64467f.pkl DELETED
Binary file (25.8 kB)
 
chroma.db/index/uuid_to_id_d9c3d7e5-b9c9-4707-8a53-5d069a340480.pkl ADDED
Binary file (25.8 kB). View file
 
client/mobile/ios/rac/rac/Assets/Assets.xcassets/AppIcon.appiconset/AppIcon.png CHANGED

Git LFS Details

  • SHA256: 0669d948d90a25d9a8ad480b873c6875430f6ce5d09697801483a37106c83b81
  • Pointer size: 130 Bytes
  • Size of remote file: 13.3 kB
client/web/public/apple-touch-icon.png CHANGED

Git LFS Details

  • SHA256: aef88e8fd214a650018f5145df6f2cbbdf394d82c6d89a634ac6d2a0338f9549
  • Pointer size: 129 Bytes
  • Size of remote file: 9.13 kB
client/web/public/favicon-16x16.png CHANGED

Git LFS Details

  • SHA256: a141faef5012391573e6b2a69ca2c72ac49b9ab8b9fe232495428052c3759113
  • Pointer size: 128 Bytes
  • Size of remote file: 574 Bytes
client/web/public/favicon-32x32.png CHANGED

Git LFS Details

  • SHA256: 61350596a7312078da2facf227468b7fa80efc75730bc714e27ff04a5858016c
  • Pointer size: 129 Bytes
  • Size of remote file: 1.2 kB
client/web/public/logo192.png CHANGED

Git LFS Details

  • SHA256: 3811a67df1c70de29af41bb0055530213f8a292c6b6f18a93ce15a2a820ac009
  • Pointer size: 130 Bytes
  • Size of remote file: 10.3 kB
client/web/public/logo512.png CHANGED

Git LFS Details

  • SHA256: 0cf18a3c25ea10174dd89550fb84344e4a2197628558ba8baa1f1f7d31cca829
  • Pointer size: 130 Bytes
  • Size of remote file: 37.3 kB
client/web/src/assets/images/ai_helper.png CHANGED

Git LFS Details

  • SHA256: a4976f8b296f86e7d45d067adc90430319e538dc12e732970242150e210f075d
  • Pointer size: 131 Bytes
  • Size of remote file: 296 kB
client/web/src/assets/images/bruce.png ADDED

Git LFS Details

  • SHA256: a7d69f245b068101695720047671e7c4ef3e91df828256b750d3e97aa29954ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
client/web/src/assets/images/elon.png CHANGED

Git LFS Details

  • SHA256: 2fc4633281f028f5caa186f741f2aaee8d70dacac06bd1caa4e410fb8445c84e
  • Pointer size: 131 Bytes
  • Size of remote file: 826 kB
client/web/src/assets/images/jobs.png ADDED

Git LFS Details

  • SHA256: 262cdacdac56eece43af85e6e602816ba719c42d450e37918a2a11782bf6da09
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
client/web/src/assets/images/raiden.png ADDED

Git LFS Details

  • SHA256: 30054688104eab7b4a569ab555f5124cfa5f573d0b006fa92c198b3b4ff1765b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.26 MB
client/web/src/assets/images/sam.png ADDED

Git LFS Details

  • SHA256: 71e0f87c6ddaea344f7648710e9c9cf0c2a55117217803672f3461ef120b4cdc
  • Pointer size: 132 Bytes
  • Size of remote file: 2.08 MB
realtime_ai_character/llm/__pycache__/openai_llm.cpython-311.pyc CHANGED
Binary files a/realtime_ai_character/llm/__pycache__/openai_llm.cpython-311.pyc and b/realtime_ai_character/llm/__pycache__/openai_llm.cpython-311.pyc differ
 
realtime_ai_character/static/ai_helper.png CHANGED

Git LFS Details

  • SHA256: a4976f8b296f86e7d45d067adc90430319e538dc12e732970242150e210f075d
  • Pointer size: 131 Bytes
  • Size of remote file: 296 kB
realtime_ai_character/static/bruce.png ADDED

Git LFS Details

  • SHA256: a7d69f245b068101695720047671e7c4ef3e91df828256b750d3e97aa29954ed
  • Pointer size: 132 Bytes
  • Size of remote file: 1.46 MB
realtime_ai_character/static/elon.png CHANGED

Git LFS Details

  • SHA256: 2fc4633281f028f5caa186f741f2aaee8d70dacac06bd1caa4e410fb8445c84e
  • Pointer size: 131 Bytes
  • Size of remote file: 826 kB
realtime_ai_character/static/jobs.png ADDED

Git LFS Details

  • SHA256: 262cdacdac56eece43af85e6e602816ba719c42d450e37918a2a11782bf6da09
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
realtime_ai_character/static/logo.png CHANGED

Git LFS Details

  • SHA256: 0e7d77733547478f3db803e5554b3059402b1f7141fbab38606b48e7d2e3466b
  • Pointer size: 130 Bytes
  • Size of remote file: 41.9 kB
test.db CHANGED
Binary files a/test.db and b/test.db differ