example arcgis generative ai
1.0.0
This project is a simple introduction to using Langchain with ArcGIS.
Created by Andrew Turner @ Esri for DevSummit 2024
Slides
env.example
to .env.dev
cd langchain-py
pip install -U -r requirements.txt
example_start.ipynb
cd langchain-js
npm i
node example_start.js
You can make your agents more intelligent by adding structured tools. A Tool is simply a Python function that is included in the LLM prompt. The output may include calling the function, which Langchain will do and then include the response back to the LLM for final reasoning.
example_tools.ipynb