Timothy J. Baek 11 tháng trước cách đây
mục cha
commit
84bfebd05e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,