bug fixed
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user