What problem does it solve?
This Skill simplifies the integration of Large Language Models (LLMs) into R workflows, enabling advanced AI capabilities like chat, Retrieval-Augmented Generation (RAG), and agent-based task execution directly within R.
Core Features & Use Cases
- LLM Chat Integration: Interact with various LLM providers (OpenAI, Anthropic, Ollama, etc.) directly from R.
- RAG Workflows: Implement document search and retrieval to ground LLM responses in your data.
- Agent Integration: Connect R to AI agents for code execution and task automation.
- Evaluation: Assess the quality and accuracy of LLM outputs.
- Use Case: Develop an R-based chatbot that can answer questions about your project's documentation by leveraging RAG, or build an agent that can write and execute R code based on natural language instructions.
Quick Start
Use the r-ai skill to chat with the OpenAI API using the provided API key.