Configuring Azure OpenAI with CrewAI: Correct way of setting up the embedder section of the TXTSearchTool #175
Unanswered
palaemezie
asked this question in
Get Help
Replies: 1 comment
-
|
After reviewing the CrewAI resource https://blog.crewai.com/configuring-azure-openai-with-crewai-a-comprehensive-guide/, I couldn't find where the correct key for the embeddchain was specified. So, I worked up this solution: I deployed the GPT-4o model in Azure AI Foundry and used the text-embedding-ada-002 as my embedding model to embed the text file ai.txt. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A few months ago, I was having difficulty finding the correct key that the embeddchain uses for the azure-openai provider using the CrewAI framework. So, I made a post about my challenge on the Azure AI Foundry Discord server; you can access the post via https://discordapp.com/channels/1113626258182504448/1113626258698412049/1366812163217428490. @amynic encouraged me to open a discussion (on the challenge I was facing) here. Although I have resolved the issue I faced, I would share the solution that worked for me here with the community.
Beta Was this translation helpful? Give feedback.
All reactions