prrao87 / db-hub-fastapi

Async bulk data ingestion and querying in various document, graph and vector databases via their Python clients
MIT License
33 stars 3 forks source link

Fix file not found error in bulk_index #11

Closed sanders41 closed 1 year ago

sanders41 commented 1 year ago

Closes #10

If no jsonl files are found it now tries to extract the zip file before reporting an error.