A Comprehensive Guide to the llm-chain Rust crate
Deep diving into the llm chain crate and leveraging Rust's version of Langchain
Implementing Semantic Caching with Qdrant & Rust
Using semantic caching for RAG in a Rust web service context and deploying it
Building Agentic RAG with Rust, Qdrant & OpenAI
Using GPT-4o, Qdrant and Rust to build an agentic RAG workflow in a web service and deploy it
Building AI Agents with Rust
Using GPT-4o and Rust to build AI agents in a web service and deploy them
Prompting AWS Bedrock with Rust
Prompting AWS Bedrock with Rust, looking at outputting both static and streamed GPT responses
AI Agents: Building AI Primitives with Rust
Building AI agents with OpenAI and Rust
Building your first AI tool in Rust
Writing a simple AI helper with Rust using llm-chain
Building a RAG Web Service with Qdrant and Rust
Diving into Retrieval Augmented Generation to help enhance your web applications
Semantic Search with Qdrant, OpenAI and Shuttle
Explore the process of creating a semantic search with Qdrant, OpenAI, and Shuttle. The article provides a detailed guide on indexing blogs, using OpenAI for document queries, and deploying a web application.