Skip to content

[Feature]: Add Valkey vector adapter to cognee-community #1803

@daric93

Description

@daric93

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions