How-To Guides

Contents

How-To Guides#

How-to guides are task-oriented recipes that help you accomplish specific goals. Each guide focuses on solving a particular problem and can be completed independently.

🤖 LLM Extensions
🔍 Querying
🧮 Embeddings
⚡ Optimization
💾 Storage
💻 CLI Operations

Quick Reference#

I want to…

Guide

Cache LLM responses

Cache LLM Responses

Use LangCache (managed) for LLM caching

Use LangCache as the LLM cache

Store chat history

Manage LLM Message History

Route queries by intent

Route Queries with SemanticRouter

Filter results by multiple criteria

Query and Filter Data

Use hybrid or multi-vector queries

Use Advanced Query Types

Translate SQL to Redis

Write SQL Queries for Redis

Choose an embedding model

Create Embeddings with Vectorizers

Speed up embedding generation

Cache Embeddings

Improve search accuracy

Rerank Search Results

Optimize index performance

Optimize Indexes with SVS-VAMANA

Decide on storage format

Choose a Storage Type

Manage indices from terminal

Manage Indices with the CLI

Expose an index through MCP

Run RedisVL MCP