Azure-Samples / graphrag-accelerator

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
https://github.com/microsoft/graphrag
MIT License
1.65k stars 250 forks source link

Add indexing job manager #133

Closed jgbradley1 closed 1 month ago

jgbradley1 commented 1 month ago

This PR restructures the API endpoint that kicks off indexing jobs. A k8s cronjob has been added to the backend application so that it effectively acts as a manager for indexing jobs (checking for a running job and scheduling the next job if any exist).