<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: No deployment found for OpenAI Embedding in Artificial Intelligence Forum</title>
    <link>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14225412#M553</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Unfortunately, it is no supported today. Please choose either "&lt;SPAN&gt;Text Embedding 3 Large" or "Text Embedding 3 Small",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Sep 2025 09:11:11 GMT</pubDate>
    <dc:creator>DKK</dc:creator>
    <dc:date>2025-09-23T09:11:11Z</dc:date>
    <item>
      <title>No deployment found for OpenAI Embedding</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14224450#M552</link>
      <description>&lt;P&gt;I have a foundation model gpt-4o deployed.&lt;/P&gt;&lt;P&gt;However when using text-embedding-ada-002 for RAG vector embedding, I keep running into the issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;ValueError&lt;/SPAN&gt;&lt;SPAN class=""&gt;: No deployment found with: deployment.model_name == text-embedding-ada-002&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have an orchestration deployed as well, but still the same issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 15:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14224450#M552</guid>
      <dc:creator>usinha3</dc:creator>
      <dc:date>2025-09-22T15:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: No deployment found for OpenAI Embedding</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14225412#M553</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Unfortunately, it is no supported today. Please choose either "&lt;SPAN&gt;Text Embedding 3 Large" or "Text Embedding 3 Small",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 09:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14225412#M553</guid>
      <dc:creator>DKK</dc:creator>
      <dc:date>2025-09-23T09:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: No deployment found for OpenAI Embedding</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14225840#M554</link>
      <description>&lt;P&gt;Hi, I still get the same error even with the new embedding model.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a simple function like this,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="usinha3_0-1758634916632.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/319032i52061BB358452D29/image-size/medium?v=v2&amp;amp;px=400" alt="usinha3_0-1758634916632.png" title="usinha3_0-1758634916632.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep getting&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="usinha3_1-1758634947487.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/319033i55EBDFF2B90D164C/image-size/medium?v=v2&amp;amp;px=400" alt="usinha3_1-1758634947487.png" title="usinha3_1-1758634947487.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardless of the model used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 13:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14225840#M554</guid>
      <dc:creator>usinha3</dc:creator>
      <dc:date>2025-09-23T13:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: No deployment found for OpenAI Embedding</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14225862#M555</link>
      <description>&lt;P&gt;Hi, can you try the following?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from gen_ai_hub.proxy.langchain.init_models import init_embedding_model
from Parameters import * #define the connection to your aicore
import os

os.environ["AICORE_CLIENT_ID"] = AICORE_CLIENT_ID
os.environ["AICORE_CLIENT_SECRET"] = AICORE_CLIENT_SECRET
os.environ["AICORE_AUTH_URL"] = AICORE_AUTH_URL
os.environ["AICORE_RESOURCE_GROUP"] = AICORE_RESOURCE_GROUP
os.environ["AICORE_BASE_URL"] = AICORE_BASE_URL

embeddings = init_embedding_model('text-embedding-3-large')
embeddings&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is now working, try please&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;pip install "generative-ai-hub-sdk[all]"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 13:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14225862#M555</guid>
      <dc:creator>DKK</dc:creator>
      <dc:date>2025-09-23T13:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: No deployment found for OpenAI Embedding</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14226353#M556</link>
      <description>&lt;P&gt;HI, the Deployment ID error appears for any model when running LLM requests through the SAP SDK or orchestration.&amp;nbsp;Supplying the Deployment ID at a low-level request prevents the error. In the generative-ai-hub-sdk&amp;nbsp;package, the current deployment is no longer determined automatically, and the methods do not include a parameter to specify it.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 05:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14226353#M556</guid>
      <dc:creator>mcodricis</dc:creator>
      <dc:date>2025-09-24T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: No deployment found for OpenAI Embedding</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14226683#M557</link>
      <description>&lt;P&gt;Have you deployed any of the embedding models? Because in your post, you mentioned only deploying gpt-4o.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 09:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/no-deployment-found-for-openai-embedding/m-p/14226683#M557</guid>
      <dc:creator>Vitaliy-R</dc:creator>
      <dc:date>2025-09-24T09:43:36Z</dc:date>
    </item>
  </channel>
</rss>

