Project restructuring..

This commit is contained in:
timothyafolami
2024-08-14 23:09:10 +01:00
parent dbcb8da015
commit ae151a2eff
17 changed files with 281 additions and 26 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
from data_ingestion.utils import search, load_embedded_data
from utils import search
import sys, os
# Add the root directory to sys.path
@@ -16,6 +16,6 @@ if __name__ == "__main__":
page_content, all, pages = search(query)
logger.info("Search completed")
logger.info(f"Page content: {page_content}")
print(f"Page content: {page_content}")
print(f"Page content: {all}")
print(f"Pages: {pages}")
print("Search completed")