chore: archive deprecated chromadb and migration scripts
This commit is contained in:
@@ -145,7 +145,6 @@ def ingest_folder(folder_path):
|
||||
total_chunks += ingest_file(f)
|
||||
|
||||
print(f"\nDone. Total chunks indexed: {total_chunks}")
|
||||
print(f"Database stored at: {db_path}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
target = sys.argv[1] if len(sys.argv) > 1 else str(Path.home() / "aaronai" / "docs")
|
||||
|
||||
Reference in New Issue
Block a user