Skip to content

docs: add missing retrievers to index table#11699

Open
milljer wants to merge 1 commit into
deepset-ai:mainfrom
milljer:docs/add-missing-retrievers-to-index
Open

docs: add missing retrievers to index table#11699
milljer wants to merge 1 commit into
deepset-ai:mainfrom
milljer:docs/add-missing-retrievers-to-index

Conversation

@milljer

@milljer milljer commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Related Issues

  • n/a

Proposed Changes:

Six retriever components had full documentation pages and were present in sidebars.js but were missing from the retriever index table in both current and versioned docs. Added the following entries to docs-website/docs/pipeline-components/retrievers.mdx and docs-website/versioned_docs/version-2.30/pipeline-components/retrievers.mdx:

  • CogneeRetriever
  • FAISSEmbeddingRetriever
  • FalkorDBCypherRetriever
  • FalkorDBEmbeddingRetriever
  • MongoDBAtlasFullTextRetriever
  • ValkeyEmbeddingRetriever

This is the same type of fix as my previously merged PR, which addressed similar navigation gaps for preprocessor and sidebar components.

How did you test it?

Verified that each component has a corresponding .mdx file in both the current and versioned retrievers directories. Verified alphabetical placement of each new entry relative to existing entries.

Notes for the reviewer

While making these insertions, I noticed that some existing rows in the table appear to be out of alphabetical order (e.g., FilterRetriever and MongoDBAtlasEmbeddingRetriever). I left those untouched to keep this PR focused, but I am happy to fix the ordering in a follow-up PR or as part of this one if you prefer.

For MongoDBAtlasFullTextRetriever specifically: although MongoDBAtlasEmbeddingRetriever is itself out of alphabetical order in the table, I inserted MongoDBAtlasFullTextRetriever directly after it since the two components are closely related and it would be confusing to separate them. If the ordering is corrected in a future PR, both MongoDB Atlas entries can be moved together.

This PR was produced with AI assistance (Claude). I have reviewed all changes and verified them manually.

Checklist

  • I have read the contributors guidelines and the code of conduct.
  • I have updated the related issue with new insights and changes. (n/a - no related issue)
  • I have added unit tests and updated the docstrings. (n/a - docs-only change)
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I have documented my code. (n/a - docs-only change)
  • I have added a release note file, following the contributors guidelines.
  • I have run pre-commit hooks and fixed any issue.

@milljer milljer requested a review from a team as a code owner June 19, 2026 23:52
@milljer milljer requested review from davidsbatista and removed request for a team June 19, 2026 23:52
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

@milljer is attempting to deploy a commit to the deepset Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant