Project restructuring..
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user