Dashboard: Knowledge

What It Is

The Knowledge dashboard page (/account/knowledge) is the browser UI for your personal Knowledge Base (KB): projects, compartments, and entries.

URL: https://recalletta.ai/account/knowledge

Views

Knowledge has three modes:

  1. Search results view.
  2. Expanded view (default): entries grouped by project and compartment.
  3. Collapsed (manifest) view: project/compartment tree.

The search box supports plain text queries and filter prefixes:

  • project:<projectSlug>
  • compartment:<compartmentSlug>

Project Filter

The project dropdown filters which projects are visible. This filter is shared with the Sessions page.

This is a convenience filter, not an access boundary. Authorization is enforced by the API.

Manage KB (When Permitted)

If you have edit permission on at least one visible project, the UI enables:

  • Rename project (name and slug).
  • Rename compartment (name and slug).
  • Toggle important on compartments and entries (star icon).
  • Delete entries.
  • Delete compartments (supports force delete when the compartment has entries).

Known Caveats

  • Expanded view cap: expanded mode fetches up to 500 entries. It does not guarantee it shows every entry for very large KBs.

Troubleshooting

  • “Knowledge base is unavailable right now.”: the page failed to load KB data from the API. Retry later and check API connectivity.
  • No management controls: you may not have edit permission for any project.

See Also