complete document ingestion pipeline

This commit is contained in:
timothyafolami
2024-08-07 17:50:40 +01:00
parent c65b0ecdb9
commit 8e6acc7cf8
11 changed files with 739 additions and 438 deletions
-1
View File
@@ -21,5 +21,4 @@ if __name__ == "__main__":
logger.info(f"Page content: {page_content}")
print(f"Page content: {page_content}")
print(f"Pages: {pages}")
print(f"All: {all}")
print("Search completed")