update kb_server.base

This commit is contained in:
imClumsyPanda 2023-08-07 20:48:06 +08:00
parent c981cdb042
commit 035a199c32

View File

@ -14,7 +14,6 @@ import datetime
from server.knowledge_base.utils import (get_kb_path, get_doc_path)
from server.knowledge_base.knowledge_file import KnowledgeFile
from typing import List
import os
class SupportedVSType: