Valkey: Good to know

This documentation is part of the Vector search and RAG guide. You can view the complete guide here: Semantic search, recommendations, and retrieval-augmented generation with Valkey.

👋 Welcome to the Stackhero documentation!

Stackhero offers a ready-to-use Valkey cloud solution that delivers numerous advantages, including:

  • Valkey Admin web UI included.
  • Unlimited message size and transfers.
  • One-click updates for easy maintenance.
  • Optimal performance and enhanced security thanks to a private, dedicated infrastructure.

Save time and make your life easier: it only takes 5 minutes to try Stackhero's Valkey cloud hosting solution!

  • Indexing existing keys runs in the background. You can track progress with FT.INFO. Searches will return partial results until backfilling is complete.
  • The search module implements a focused set of FT.* commands. For vector search, it covers all essentials: HNSW and exact KNN, hybrid filtering, and FT.AGGREGATE.

For full documentation, see the Valkey search documentation.