Skip to content

docs: add Eden AI (EU, OpenAI-compatible) embeddings example - #713

Closed
MVS-source wants to merge 1 commit into
tirth8205:mainfrom
MVS-source:docs/edenai-embeddings-example
Closed

docs: add Eden AI (EU, OpenAI-compatible) embeddings example#713
MVS-source wants to merge 1 commit into
tirth8205:mainfrom
MVS-source:docs/edenai-embeddings-example

Conversation

@MVS-source

Copy link
Copy Markdown

What

Adds a short, copy-pasteable Eden AI example to the OpenAI-compatible embeddings section, right after the existing CRG_OPENAI_* block.

Eden AI is a French, EU-based, GDPR-compliant gateway that speaks the OpenAI embeddings API, so it works with the existing provider="openai" path — this just documents the exact endpoint and provider/model id so EU users don't have to guess.

Verification

GET https://api.edenai.run/v3/embeddings with openai/text-embedding-3-small returns HTTP 200 and 1536-dim vectors — consistent with the existing CRG_OPENAI_DIMENSION=1536 example.

Docs-only change. I help maintain integrations at Eden AI and am happy to keep it current.

Eden AI is an EU-based, GDPR-compliant OpenAI-compatible gateway. Adds a
copy-pasteable CRG_OPENAI_* example next to the existing OpenAI-compatible
setup, using provider/model ids. Verified live: GET /v3/embeddings with
openai/text-embedding-3-small returns 1536-dim vectors (HTTP 200).

Signed-off-by: Victor M. SMITH <72023257+MVS-source@users.noreply.github.com>

@jordandunmire97-ai jordandunmire97-ai left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lovely in all contexts

@MVS-source

Copy link
Copy Markdown
Author

Hi, thanks again for approving this. Whenever you get a chance, would you mind merging it? Happy to rebase or adjust anything if that would help. Thanks a lot.

@tirth8205

Copy link
Copy Markdown
Owner

Thanks for the PR, but I am not going to take this. The OpenAI-compatible section is deliberately vendor neutral: any gateway that speaks the /v1/embeddings schema already works with the documented CRG_OPENAI_* variables, so a vendor-specific block adds no capability. I also could not reproduce the verification stated in the PR body: GET https://api.edenai.run/v3/embeddings returns 405 Method Not Allowed, not 200 with vectors. Given the stated affiliation with Eden AI, this is vendor promotion, which this repo does not merge. Note also that the approval on this PR is from an unaffiliated account, not a maintainer. Closing.

@tirth8205 tirth8205 closed this Jul 30, 2026
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.

3 participants