# Get accurate knowledge retrieval when using separate agent and content databases

> We fixed an issue where knowledge_table was being read from agent.db instead of contents_db, causing knowledge lookups to fail or return incorrect results when the two databases were configured…

- Published: 2026-04-10
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/get-accurate-knowledge-retrieval-when-using-separate-agent-and-content-databases
- Markdown: https://agno-com-nine.vercel.app/articles/get-accurate-knowledge-retrieval-when-using-separate-agent-and-content-databases.md

We fixed an issue where `knowledge_table` was being read from `agent.db` instead of `contents_db`, causing knowledge lookups to fail or return incorrect results when the two databases were configured separately. Knowledge retrieval now correctly targets the intended storage backend.
