Skip to content

docs: add Valkey storage and vector database documentation#700

Merged
harshsinha03 merged 6 commits into
agno-agi:mainfrom
atao2004:docs/add-valkey
Jul 14, 2026
Merged

docs: add Valkey storage and vector database documentation#700
harshsinha03 merged 6 commits into
agno-agi:mainfrom
atao2004:docs/add-valkey

Conversation

@atao2004

@atao2004 atao2004 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds documentation for the Valkey integration (storage adapter + vector database), companion to agno-agi/agno#8141.

Storage adapter (database/providers/valkey/)

  • Overview with Docker setup, basic usage, and configuration params
  • Usage examples: agent, team, workflow storage

Vector database (knowledge/vector-stores/valkey/)

  • Overview with setup (requires valkey/valkey-bundle for search module)
  • Code example with Knowledge + Agent
  • Metadata filtering documentation (dict-based on indexed TAG fields)
  • Configuration params table

Notes

  • database/valkey.mdx is a leftover from an incorrect initial placement — should be deleted (the correct file is at database/providers/valkey/overview.mdx)
  • docs.json navigation entries need to be added for the Valkey pages (happy to do this if you point me to the right section structure)
  • No <Snippet> param files created yet — used inline tables instead. Happy to refactor to snippets if preferred.

Checklist

  • Follows existing doc structure (mirrors Redis docs)
  • Code examples use correct imports from the Valkey adapter
  • Docker instructions included
  • Configuration parameters documented

# Conflicts:
#	cookbook/storage/overview.mdx
#	docs.json
#	examples/agent-os/dbs/overview.mdx
#	examples/knowledge/vector-db/overview.mdx
#	examples/storage/overview.mdx
#	features/storage.mdx

@harshsinha03 harshsinha03 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM! Thanks @atao2004 for contributing

@harshsinha03 harshsinha03 merged commit 3cd5d80 into agno-agi:main Jul 14, 2026
1 check passed
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.

2 participants