quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
133 stars 79 forks source link

Explore the idea of making ingesting documents an initialization task #591

Open iocanel opened 4 months ago

iocanel commented 4 months ago

It might make sense to be able to treat document ingestion as initialization task, similar to what we do with flyway, liquibase etc. Something like this would allow us to run those in isolation and externalize them as Jobs when running on Kubernetes.