Add Redis Stack (RediSearch) as Alternative Vector Store for Code Indexing #10183
tupe12334
started this conversation in
Feature Requests
Replies: 1 comment
-
🚀 Implementation AvailableI've created a pull request implementing this feature: PR #10184: feat: add Redis Stack (RediSearch) as alternative vector store for code indexing What's Included
Feel free to review the PR and provide feedback! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
Add Redis Stack with RediSearch as a user-selectable alternative to Qdrant for vector storage in code indexing. This provides users with more flexibility in choosing their vector database backend.
Motivation
Proposed Solution
User Interface
Add a dropdown selector in the Code Index settings to choose between:
When Redis is selected, show configuration fields:
redis://localhost:6379)Technical Implementation
RediSearch Index Schema:
Key Features:
ws-{SHA256(workspacePath).substring(0, 16)}Configuration
Backward Compatibility
Dependencies
ioredis- Redis client library for Node.jsBeta Was this translation helpful? Give feedback.
All reactions