Valkey: Good to know

This documentation is part of the Vector search and RAG guide. View the full 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 provides a host of benefits, including:

  • Valkey Admin web UI included.
  • Unlimited message size and transfers.
  • Effortless updates with just a click.
  • Optimal performance and robust security powered by a private, dedicated infrastructure.

Save time and simplify your life: 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 a full reference, see the Valkey search documentation.