Deepseek R1 Agentic Rag Arxiv Research Example
Description
Test the Agentic and large context window capabilities of DeepSeek-R1 QWEN 32b with this ready to deploy example 📦
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agentic RAG-Powered arXiv Research Assistant
This example demonstrates how to build an intelligent research assistant using AgentKit, arXiv dataset, and the DeepSeek R1 model. The assistant helps users find and analyze relevant academic papers based on their research queries.
Requirements To successfully follow this tutorial, you will need the following:
- Git installed
- Node 22+
pnpm- An Inngest account (for deployment)
- A Koyeb account (for the DeepSeek-R1 QWEN 32b model)
Deploying the DeepSeek-R1 QWEN 32b model
Use the link below to deploy the DeepSeek-R1 QWEN 32b model to Koyeb in one-click:
[Deploy the model on Koyeb](https://app.koyeb.com/deploy?type=model&model=deepseek-r1-qwen-32)
From there, you can choose to either run the application locally or deploy it to Koyeb.
Deploying the application
Deploy the application to Koyeb using the following button:
[](https://app.koyeb.com/deploy?type=git&repository=inngest/deepseek-r1-agentic-rag-arxiv-research-example&branch=main&name=deepseek-r1-arxiv-research)
Then, once your application is deployed, login into your Inngest dashboard and configure a new sync using the following url:
https://.koyeb.app/api/inngest
Once the sync successful, navigate to the Functions tabs and invoke the `arxiv-research-assistant` function with this payload:
{
"data": {
"input": "What are the latest advancements in deep learning optimization techniques?"
}
}
You should be redirected to the Runs view and see your workflow run.
Running the application locally
Installation
Install dependencies:
pnpm installConfigure the deployed model URL in the `.env` file:
DEEPSEEK_API_KEY=test
DEEPSEEK_BASE_URL=https://.koyeb.app/v1
Running the Application
Start the development server:
pnpm devStart
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps