Skip to content

intersystems-dach/RAG-Demo-Masterclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published