retaildevcrews / botify

End to end chatbot development accelerator
MIT License
0 stars 1 forks source link

Feature/12 automate data ingestion #21

Closed glav closed 1 week ago

glav commented 1 week ago

Type of PR

PR Checklist

Purpose of PR

This introduces automation to the data ingestion process so that it can be executed in a single line command. Additionally, it can be repeatedly executed without causing errors. It will simply not do anything if the indexes already exist. A makefile has been introduced to allow easy command line execution. SO you can now do: make create-index-and-load-data

Does this introduce a breaking change

Validation

Issues Closed or Referenced