Discussion Oliver Wilms · Apr 20 Load data into LLM I read the article by @Rodolfo Pscheidt: https://community.intersystems.com/post/ollama-ai-iris I forked his app and copied selected files from @Guillaume Rongier iris-rag-demo to make it containerized: oliverwilms/ollama-ai-iris I ran load_data.py and I got this output: #Artificial Intelligence (AI) #Docker #Large Language Model (LLM) #InterSystems IRIS for Health #InterSystems IRIS 0 0 0 43
Discussion Oliver Wilms · Jun 29, 2023 The idea for iris-user-manager I want to deploy IRIS apps running in containers in Kubernetes with user accounts configured. I have a %ZSTART routine which looks for an XML file with Users export data and if the %ZSTART routine finds this file, it imports it. This Users export data can be obtained by running a class method. I have defined a task which can be scheduled or run on demand. This tasks imports user data from an XM file. In Kubernetes I can provide a ConfigMap to stage the Users data for the %ZSTART routine. #Kubernetes #InterSystems IRIS 1 2 0 205