Skip to content

Conversation

@markpollack
Copy link
Member

Summary

  • Add text search with searchByText() method and configurable scoring algorithms
  • Add range-based vector search with searchByRange() method
  • Support multiple distance metrics (COSINE, L2, IP)
  • Add configurable HNSW parameters (M, efConstruction, efRuntime)
  • Add document count queries with count() method
  • Update Redis documentation with new features

Co-authored-by: Brian Sam-Bodden [email protected]

…, and HNSW tuning

Add new capabilities to Redis Vector Store:
- Text search with searchByText() method and configurable scoring algorithms
- Range-based vector search with searchByRange() method
- Support for multiple distance metrics (COSINE, L2, IP)
- Configurable HNSW parameters (M, efConstruction, efRuntime)
- Document count queries with count() method
- Module-level checkstyle configuration

Update Redis documentation with comprehensive coverage of new features
including configuration properties, usage examples, and parameter guidelines.

Co-authored-by: Brian Sam-Bodden <[email protected]>
Signed-off-by: Mark Pollack <[email protected]>
@markpollack markpollack added this to the 2.0.0.M1 milestone Nov 24, 2025
@@ -1 +1,158 @@
[Redis Vector Store Documentation](https://docs.spring.io/spring-ai/reference/api/vectordbs/redis.html)
# Spring AI Redis Vector Store
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should be removed, all docs in asciidoc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants