add chunk limiter
This commit is contained in:
@@ -20,6 +20,7 @@ parameters:
|
||||
mto.knowledge.index_meta: '%mto.knowledge.root%/index_meta.json'
|
||||
mto.knowledge.vector_index: '%mto.knowledge.root%/vector.index'
|
||||
mto.knowledge.vector_index_meta: '%mto.knowledge.root%/vector.index.meta.json'
|
||||
mto.runtime.meta: '%mto.knowledge.root%/index_runtime.json'
|
||||
mto.knowledge.upload: '%mto.knowledge.root%/uploads'
|
||||
|
||||
# Backward compatibility alias
|
||||
@@ -136,6 +137,7 @@ services:
|
||||
App\Index\IndexMetaManager:
|
||||
arguments:
|
||||
$metaPath: '%mto.knowledge.index_meta%'
|
||||
$runTimePath: '%mto.runtime.meta%'
|
||||
$provider: '@App\Index\IndexConfigurationProvider'
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user