Find answers from the community

Updated 10 hours ago

Workflows for advanced text-to-sql

Hello. I am trying to develop on Azure AI with OpenAI. I have the endpoints and generic setup working. When I try to use AzureAI with llama_index.core it still tries to do directly to an OpenAI service, not the service we have in Azure. I am following along with "Workflows for Advanced Text-2-SQL" and have changed this to llm=AzureOpenAI(...) yet it still wants to go to OpenAI. What am I missing?
L
w
3 comments
You likely also need to configure an embedding model? Theres two models, the LLM and the embedding model
Ahhh, okay. Digging into that now.
It would be nice if the documentation/example pages listed that so you could change the models used.
Add a reply
Sign up and join the conversation on Discord