Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"vectorstore_directory": "
|
3 |
"chunking": {
|
4 |
"chunk_size": 1024,
|
5 |
"chunk_overlap": 128
|
|
|
1 |
{
|
2 |
+
"vectorstore_directory": "data",
|
3 |
"chunking": {
|
4 |
"chunk_size": 1024,
|
5 |
"chunk_overlap": 128
|