Azure-Samples / graphrag-accelerator

One-click deploy of a Knowledge Graph powered RAG (GraphRAG) in Azure
https://github.com/microsoft/graphrag
MIT License
1.87k stars 309 forks source link

What is the latest GRAPHRAG_API_VERSION? #178

Open EasonC13 opened 1 month ago

EasonC13 commented 1 month ago

Hi, want to know what is the latest GRAPHRAG_API_VERSION?

Following the deployment guide now but seems the version 2023-03-15-preview is too old? I found a version 2024-02-15-preview on the internet, I'm curious where can I check the latest version.

Thank you

rivera2387 commented 1 month ago

You would find the API version Under Azure OpenAI Studio >> Deployments >>

You then look under Endpoint Target URI and where it says api-version=, that is your version. I currently have "2023-03-15-preview", as I'm running gpt-4o.

Zochory commented 1 month ago

You can try though the playground and the console if needed ! Even tho i see also the 2023 version on the model page. this one 2024 work fine for gpt-4o (for other might be different) image