Azure-Samples / graphrag-accelerator

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

[FEATURE] Supporting OpenAI API and other service endpoints #110

Open nociza opened 1 month ago

nociza commented 1 month ago

Is your feature request related to a problem? Please describe. N/A

Describe the solution you'd like Currently the solution only allows the usage of Azure OpenAI, which is very limiting. Our specific use case would require using custom finetuned models which can be accessed as a OpenAI compatible web server. It would be great to add a field the config to allow for other model endpoints other than Azure OpenAI.

Describe alternatives you've considered I've considered using graphrag directly and writing out a solution myself.

Additional context N/A