update kb_doc_api.py
This commit is contained in:
parent
5d1a0ec15d
commit
bc3ee83910
|
|
@ -8,7 +8,6 @@ from server.knowledge_base.utils import (validate_kb_name, get_kb_path, get_doc_
|
||||||
refresh_vs_cache, get_vs_path, )
|
refresh_vs_cache, get_vs_path, )
|
||||||
from fastapi.responses import StreamingResponse
|
from fastapi.responses import StreamingResponse
|
||||||
import json
|
import json
|
||||||
import shutil
|
|
||||||
|
|
||||||
|
|
||||||
async def list_docs(knowledge_base_name: str):
|
async def list_docs(knowledge_base_name: str):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue