bug fixed

This commit is contained in:
timothyafolami
2024-08-07 18:55:56 +01:00
parent ab418262b1
commit 9a2a4c5fdd
4 changed files with 18 additions and 6 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
from utils import create_vector_store, save_embedded_data, load_documents_from_directory, load_embedding_model
import sys, os
# Add the root directory to sys.path
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from data_ingestion.utils import create_vector_store, save_embedded_data, load_documents_from_directory, load_embedding_model
from loggings.logging_config import logger