docs: add Eden AI pipeline component pages#12101
Conversation
Add EdenAIChatGenerator, EdenAITextEmbedder and EdenAIDocumentEmbedder pages under docs-website/docs/pipeline-components, and list them in generators.mdx and embedders.mdx.
|
@MVS-source is attempting to deploy a commit to the deepset Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@MVS-source could you also copy these pages into the version 3.0 docs as well? https://github.com/deepset-ai/haystack/tree/main/docs-website/reference_versioned_docs/version-3.0 Also we need to update the https://github.com/deepset-ai/haystack/blob/main/docs-website/sidebars.js file so your pages appear in our drop down menus. |
Copy the EdenAIChatGenerator, EdenAITextEmbedder and EdenAIDocumentEmbedder pages into versioned_docs/version-3.0/pipeline-components, update the version 3.0 index pages, and register the pages in sidebars.js and the version 3.0 sidebar so they appear in the navigation.
|
Done. Copied the three pages into |
Related Issues
Proposed Changes:
Adds documentation pages for the Eden AI integration under
docs-website/docs/pipeline-components:generators/edenaichatgenerator.mdx(EdenAIChatGenerator)embedders/edenaitextembedder.mdx(EdenAITextEmbedder)embedders/edenaidocumentembedder.mdx(EdenAIDocumentEmbedder)They are listed alphabetically in the index pages
generators.mdxandembedders.mdx. The pages follow the existing Model Provider pattern (e.g. Mistral); the API reference links point to/reference/integrations-edenai, produced by the integration's pydoc config.How did you test it?
Docs-only change. Verified frontmatter, relative links (matching the sibling Mistral pages in the same folders), and alphabetical placement in the index tables.
Notes for the reviewer
Docs-only, so no unit tests, docstrings, or release note. cc @sjrl, this covers the first item of deepset-ai/haystack-core-integrations#3625.
Checklist
docs:.