Open Source Compute Engine for Agentic Data Applications
Install
Define the Graph
scrape_website
and summarize_text
.
We create a Graph website-summarizer
that executes the scrape function, and then executes the summarizer with the outputs of the scraper.Test the Graph In-Process
Deploying a Graph as an Remote API
indexify-cli
command is part of the indexify
python package previously installed.This starts the following processes -Call a Graph Endpoint