update kb_doc_api.py

This commit is contained in:
imClumsyPanda 2023-08-04 22:22:48 +08:00
parent 5d1a0ec15d
commit bc3ee83910
1 changed files with 0 additions and 1 deletions

View File

@ -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):