-
Notifications
You must be signed in to change notification settings - Fork 0
/
rig_blog_posts.json
56 lines (56 loc) · 4.52 KB
/
rig_blog_posts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"title": "Rig: A Rust Library for Building LLM-Powered Applications",
"description": "Introduction to Rig and its core features for developing LLM applications in Rust.",
"image": "https://media.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fceupklpmc1c9bctg8o68.png",
"link": "https://dev.to/0thtachi/rig-a-rust-library-for-building-llm-powered-applications-3g75"
},
{
"title": "Why Rig? 5 Compelling Reasons to Use Rig for Your Next LLM Project",
"description": "Explore the key advantages of using Rig for developing LLM-powered applications in Rust.",
"image": "https://media.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqwhgsyrxhs5byuvgjfgn.png",
"link": "https://dev.to/0thtachi/why-rig-5-compelling-reasons-to-use-rig-for-your-next-llm-project-23hl"
},
{
"title": "Build a RAG System with Rig in Under 100 Lines of Code",
"description": "Learn how to create a Retrieval-Augmented Generation system using Rig with minimal code.",
"image": "https://media.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8juldl12kl3emdhngr3f.png",
"link": "https://dev.to/0thtachi/build-a-rag-system-with-rig-in-under-100-lines-of-code-4422"
},
{
"title": "Build AI Text Classification in Rust with Rig",
"description": "A guide to implementing AI-powered text classification using Rig and Rust.",
"image": "https://media.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2ulqbx78o90cmm494gap.png",
"link": "https://dev.to/0thtachi/build-ai-text-classification-in-rust-with-rig-ajl"
},
{
"title": "Build a Flight Search AI Agent with Rust Using Rig: A Hands-On Practical Guide",
"description": "Step-by-step tutorial on creating an AI-powered flight search agent using Rig and Rust.",
"image": "https://media.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8wk325n8am5ykkns3l7y.png",
"link": "https://dev.to/0thtachi/build-a-flight-search-ai-agent-with-rust-using-rig-a-hands-on-practical-guide-54dm"
},
{
"title": "Build an AI Discord Bot in Rust with Rig: A Step-by-Step Guide",
"description": "Step-by-step tutorial on creating an AI-powered discord bot in Rust and Rig.",
"image": "https://media.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhqz0e0vof2f4khpx3hyu.png",
"link": "https://dev.to/0thtachi/build-an-ai-discord-bot-in-rust-with-rig-a-step-by-step-guide-5d0d"
},
{
"title": "How to Deploy Your Rig App on AWS Lambda: A Step-by-Step Guide",
"description": "Step-by-step tutorial on deploying Rig applications on AWS Lambda.",
"image": "https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7ogor0oa0ejzgqmrf7p8.jpg",
"link": "https://dev.to/garance_buricatu_a6864136/how-to-deploy-your-rig-app-on-aws-lambda-a-step-by-step-guide-2ge5"
},
{
"title": "Build a Fast and Lightweight Rust Vector Search App with Rig & LanceDB",
"description": "Step-by-step tutorial on building a vector search with Rig and LanceDB.",
"image": "https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1sip1cxbwmiepbl6w1j4.jpg",
"link": "https://dev.to/0thtachi/build-a-fast-and-lightweight-rust-vector-search-app-with-rig-lancedb-57h2"
},
{
"title": "Deploy a blazing-fast & Lightweight LLM app with Rust-Rig-LanceDB",
"description": "Step-by-step walkthrough on deploying a LLM app using Rig & LanceDB on AWS Lambda..",
"image": "https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgnmojtm9yk9ns4h3qxh3.jpg",
"link": "https://dev.to/garance_buricatu_a6864136/deploy-a-blazing-fast-lightweight-llm-app-with-rust-rig-lancedb-139l"
}
]