feat(provider): 完成阶段E协议适配、国内预设与模型路由
This commit is contained in:
@@ -94,6 +94,8 @@ async def rebuild(request: IndexRebuildRequest) -> IndexJob:
|
||||
created_at=datetime.now(timezone.utc),
|
||||
))
|
||||
try:
|
||||
# Deleting blocks also cascades every space in routed_block_vectors;
|
||||
# index_note repopulates only the currently successful API space.
|
||||
repository.clear_all()
|
||||
await vector_store.clear()
|
||||
for rel, folder, markdown, created, updated in docs:
|
||||
|
||||
Reference in New Issue
Block a user