Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|