Examples
RAG Application
Deploy a retrieval-augmented generation app
Prompt
Prompt
❯
Build a RAG app that lets users upload documents and ask questions about them. Use LangChain with an in-memory vector store and Claude as the LLM. Build the frontend with React. Deploy to Ink.
Environment variables needed
| Variable | Description |
|---|---|
ANTHROPIC_API_KEY | Your Anthropic API key |
Build details
| Setting | Value |
|---|---|
| Build pack | Auto-detect (Node.js) |
| Memory | 512 MB+ (recommended for embedding operations) |
| Port | 3000 |