© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Fix ZPM loading and deployment issues
Implementing data query and analysis using IRIS vector search and LangChain
IRIS data analysis uses Embedded Python and calls OpenAI to implement dialogue information vectors, as well as querying database data information through dialogues. Data information can also be fed to AI for analysis. Introduced prompt words to enable AI to return the data we need, making it easy for code processing. Convert user questions into vectors and retrieve similar information through IRIS vector indexing.
Make sure you have git and Docker desktop installed.
git clone https://github.com/landomiller/iris-data-analysis.git
docker-compose build
docker-compose up -d