Skip to main content

Tutorials

📝 Text Generation

Single Prompt Application using OpenAI and Langchain

Learn how to use our SDK to deploy an application with agenta. The application we will create uses OpenAI and Langchain. The application generates outreach messages in Linkedin to investors based on a startup name and idea.

Use Mistral from Huggingface for a Summarization Task

Learn how to use a custom model with agenta.

Retrieval Augmented Generation (RAG)

RAG Application with LlamaIndex

Learn how to create a RAG application with LlamaIndex and use it in agenta. You will create a playground in agenta where you can experiment with the parameters of the RAG application, test it and compare different versions.

Templates

⛏️ Extraction

These templates extract data in a structured format from an unstructured source.

Extraction using OpenAI Functions and Langchain

Extracts job information (company name, job title, salary range) from a job description. Uses OpenAI Functions and Langchain.