-
Notifications
You must be signed in to change notification settings - Fork 924
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Statement
cognee-community repo supports several vector backends (some examples are: Qdrant, Redis), but it lacks an adapter for Valkey, an open source fork of Redis.
Proposed Solution
Add a new Valkey Vector Adapter to cognee-community following the established adapter pattern of implementing VectorDBInterface
Alternatives Considered
No response
Use Case
Valkey is a fully open-source alternative to redis that provides the same protocol and core functionality, including vector search capabilities. Supporting valkey in cognee allows users to adopt a truly open-source stack without relying on Redis's licensing model.
Implementation Ideas
No response
Additional Context
No response
Pre-submission Checklist
- I have searched existing issues to ensure this feature hasn't been requested already
- I have provided a clear problem statement and proposed solution
- I have described my specific use case
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request