Spaces:
Sleeping
Sleeping
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"vectorstore_directory": "vectorstore_directory",
|
3 |
"chunking": {
|
4 |
-
"chunk_size":
|
5 |
"chunk_overlap": 128
|
6 |
},
|
7 |
"embedding_model": {
|
|
|
1 |
{
|
2 |
"vectorstore_directory": "vectorstore_directory",
|
3 |
"chunking": {
|
4 |
+
"chunk_size": 1024,
|
5 |
"chunk_overlap": 128
|
6 |
},
|
7 |
"embedding_model": {
|