Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation]: There is no "view code" [Azure] #13084

Open
kiasar opened this issue Apr 24, 2024 · 1 comment
Open

[Documentation]: There is no "view code" [Azure] #13084

kiasar opened this issue Apr 24, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation triage Issue needs to be triaged/prioritized

Comments

@kiasar
Copy link

kiasar commented Apr 24, 2024

Documentation Issue Description

Hi there,

Talking about this doc: "https://docs.llamaindex.ai/en/stable/examples/llm/azure_openai/"

There is no "View Code" in Azure chat session anymore. I can not find it.

Documentation Link

https://docs.llamaindex.ai/en/stable/examples/llm/azure_openai/

@kiasar kiasar added documentation Improvements or additions to documentation triage Issue needs to be triaged/prioritized labels Apr 24, 2024
Copy link

dosubot bot commented Apr 24, 2024

It seems the "View Code" option you're looking for is part of the Azure OpenAI Studio's interface, used for extracting API connection details rather than a feature within the Azure chat session or directly mentioned in the LlamaIndex documentation. If this option is not visible, you can still obtain the necessary API connection details required for configuring the LlamaIndex library with Azure OpenAI by manually specifying the parameters when initializing the AzureOpenAI class.

The key parameters include the azure_endpoint, azure_deployment, and api_key, which are essential for establishing an API connection. These can be set either through environment variables or passed directly to the class constructor. The documentation provides a comprehensive guide on setting up and deploying a model in Azure OpenAI Studio, including how to find your setup information like API base, API key, deployment name, etc.

For detailed steps and examples, refer to the docs/docs/examples/llm/azure_openai.ipynb section in the LlamaIndex documentation, which is accessible via a Jupyter Notebook format and provides a thorough walkthrough of the setup process in Azure OpenAI Studio.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation triage Issue needs to be triaged/prioritized
Projects
None yet
Development

No branches or pull requests

1 participant