Spaces:
Sleeping
Sleeping
Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"persist_code_directory": "chroma_code_data",
|
4 |
"chunk_size": 1024,
|
5 |
"chunk_overlap": 128,
|
6 |
"embedding_model": "ibm-granite/granite-embedding-125m-english",
|
|
|
1 |
{
|
2 |
+
"vectorstore_directory": "vectorstore_directory",
|
|
|
3 |
"chunk_size": 1024,
|
4 |
"chunk_overlap": 128,
|
5 |
"embedding_model": "ibm-granite/granite-embedding-125m-english",
|