sdsc-ordes / kg-llm-interface

Langchain-powered natural language interface to knowledge-graphs.
Apache License 2.0
14 stars 3 forks source link

[k8s] use init container to preload graphdb+chromadb #22

Closed cmdoret closed 5 months ago

cmdoret commented 9 months ago

We currently use k8s jobs to load the schema into chromadb and schema+data into graphdb. This is causing issues where the job keeps failing while the services are starting.

We should use an init container for this instead.

cmdoret commented 9 months ago

bumping this to next iteration for FOCUS day