You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of notebooks and guides that showcase some of the many AI solutions you can build with Instill Core and Instill Cloud.
To execute these examples, you’ll need an Instill Cloud account along with an Instill API Token. To set up your account, please refer to our quickstart guide. For generating your API Token, consult the API Token Management page. We suggest configuring your API token as an environment variable with the following command:
export INSTILL_API_TOKEN=********
Or, you can make a .env file at the root of your repository with the content
INSTILL_API_TOKEN=********.
Notebooks
Explore the following example notebooks and learn how our full-stack AI infrastructure can help you build and deploy real-world production-grade AI applications from the comfort of a Jupyter Notebook.
Evaluate OpenAI's Structured Outputs feature and other tools including Instructor, Marvin, BAML, TypeChat, and LangChain for generating structured outputs from LLMs, demonstrated with a task that involves both reasoning and structured formatting.
Crawl a website, extracting high-quality AI-ready Markdown text which is then chunked, embedded, analyzed using unsupervised ML methods, and visualized.