Timothy J. Baek 11 月之前
父節點
當前提交
84bfebd05e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/apps/rag/main.py

+ 1 - 1
backend/apps/rag/main.py

@@ -46,7 +46,7 @@ import json
 
 import sentence_transformers
 
-from apps.web.models.documents import (
+from apps.webui.models.documents import (
     Documents,
     DocumentForm,
     DocumentResponse,