sniro23 commited on
Commit
18d327d
·
verified ·
1 Parent(s): 0dff48d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
3
+ "embedding_dim": 384,
4
+ "chunk_size": 1000,
5
+ "chunk_overlap": 100,
6
+ "total_documents": 438,
7
+ "total_chunks": 438,
8
+ "build_date": "2025-10-23T15:26:17.117671",
9
+ "version": "1.0.0"
10
+ }