-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support Azure OpenAI integration #39
Comments
I work on many of our Python Azure OpenAI samples (like https://github.com/Azure-Samples/azure-search-openai-demo/) and would be happy to help with this. Let me know if this is a feature you're looking for in this repo. |
Thanks both - this sounds great and definitely something we'd be interested in integrating. There's two main areas I think Azure OpenAI could be integrated within the current state of our AI packages:
There's loads of other nice things that Azure OpenAI can do that we'd like to consider when the packages matures/integrates more AI-oriented features. |
Update: We tried wagtail-ai in a live stream. I was hoping we'd be able to use it with Azure OpenAI, as llm does actually support Azure OpenAI, but wagtail-ai would need additional options to get it to work. I'm curious why you went with llm? I love it as a CLI tool, but it doesn't seem optimal for a deployed server tool, given all its reliance on file system paths. I would think something like langchain would be more configurable in a deployed app. |
Re wagtail-vector-index: very cool! I've shared that with another advocate who's been working on improving the AI search support in other OSS packages, to see if they'd have time to add Azure AI search. |
Thanks for giving it a go @pamelafox! I'd love to hear more about what additional options we're missing to get Azure OpenAI working/what roadblocks you ran in to with On the Saying that; we're not tied to Really appreciate your feedback - we'd still love to make sure we fully support Azure OpenAI. |
Could we support the integration of Azure OpenAI in this repo? Sounds like an awesome alignment!
https://github.com/Azure/azure-openai-samples
The text was updated successfully, but these errors were encountered: