Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 652 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 652 Bytes

InterSystems IRIS RAG Demo

  1. Clone or download this repostory to your local machine.
  2. (optional) Edit the webserver port in .env.
  3. (optional, default: SYS) Change IRIS password in ./src-iris/irispw.txt.
  4. Add your OpenAI key to ./src-iris/openaikey.secret
  5. Build the container images: docker-compose build.
  6. Create and run containers: docker-compose up -d
  7. Open IRIS managementportal: http://localhost:8080/csp/sys/UtilHome.csp
  8. Open Streamlit: http://localhost:8051/

Additonal commands

  • Stop Demo: docker-compose stop
  • Start Demo: docker-compose start
  • Delete all docker resources of the demo: docker-compose down