fix: Settings import

This commit is contained in:
kom-senapati
2024-10-22 17:58:41 +05:30
parent 5ba917c5e4
commit 3b76b3ddce
6 changed files with 7 additions and 7 deletions

View File

@@ -8,8 +8,8 @@ from urllib.parse import urljoin
import requests
from bson.objectid import ObjectId
from core.mongo_db import MongoDB
from application.core.mongo_db import MongoDB
from application.core.settings import settings
from application.parser.file.bulk import SimpleDirectoryReader
from application.parser.open_ai_func import call_openai_api