devankit7873 commited on
Commit
f9ab577
·
verified ·
1 Parent(s): abfd789

Implement document chunk embedding and Chroma DB vector indexing for EpsteinFiles dataset

Browse files

This commit introduces the vector embedding pipeline for the
EpsteinFiles dataset and integrates Chroma DB for persistent
vector storage.

Key updates:
- Processed and chunked cleaned dataset
- Generated embeddings using configured embedding model
- Indexed document chunks into Chroma DB
- Enabled persistent local vector storage
- Prepared dataset for retrieval-based querying

Note: This commit includes only the embedding and vector
database components.

.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ chroma_db/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
chroma_db/94df74a4-1c32-402c-8823-5c6358144b66/data_level0.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa92b4ee2f805552132017c554269a21da76d96e8aa399a2cb591f91fb007c89
3
+ size 253076000
chroma_db/94df74a4-1c32-402c-8823-5c6358144b66/header.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb61fdd006651d438872a187a99609faae07a72f2d5dca390ad89a7cff36cb3
3
+ size 100
chroma_db/94df74a4-1c32-402c-8823-5c6358144b66/index_metadata.pickle ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4e1749d1f2def1882a04bcc51b50657876581f9628f09521a659b3b15eae134
3
+ size 13892732
chroma_db/94df74a4-1c32-402c-8823-5c6358144b66/length.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:601d5d4b0755f2a007aefc210371ba03843ac010fc9ba95bcd941dfb61e9874a
3
+ size 604000
chroma_db/94df74a4-1c32-402c-8823-5c6358144b66/link_lists.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fada421c1684c231900223a3493592e0e53ea227be6922075aaee68aa78357dc
3
+ size 1283592
chroma_db/chroma.sqlite3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7ca07b95e78dc39bab8f1aa9c955c538c308725c82d4c1fc26cebf426aa60f
3
+ size 827211776