Replies: 3 comments
-
|
Hi @pawarbi , Yes, we'd definitely welcome a PR for Fabric integration. Thank you! Note that we already have Azure OpenAI working in Pixeltable: it is officially supported via the existing OpenAI SDK integration with appropriate configuration parameters. If you look at I'd welcome more context on how Fabric integration will differ from vanilla Azure OpenAI integration - my own understanding is somewhat weak in this area. If it's wire compatible with OpenAI via the OpenAI SDK, I'm not sure it needs a separate Of the other items you mention: authentication handling, unit tests, tutorial notebook, and docs all make sense to include either way. Your other questions:
Yes!
Add them to our dev dependencies in
Read CONTRIBUTING.md if you haven't already and see if you can successfully run Thank you! Feel free to hop on our discord and ping me if you want to chat about any follow ups: Aaron |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @aaron-siegel . Microsoft Fabric is a SaaS platform in Azure data ecosystem. Although Fabric uses Azure OpenAI, it's deployment endpoints are auto-provisioned and authenticated for each customer which means the Azure OpenAI client will not work is. I will look into both the options to be safe and share it before creating the PR. |
Beta Was this translation helpful? Give feedback.
-
|
PR submitted #1109 (comment) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Pixeltable team!
I'm interested in contributing a new integration for Microsoft Fabric that would allow Pixeltable users to seamlessly access Azure OpenAI services within the Fabric ecosystem. I wanted to start a discussion before submitting a PR to get your feedback on the approach. I am part of Microsoft's product group.
I would like to add Fabric as a client in Pixeltable so our customers & users can use it seamlessly on our platform. Below is my proposal:
The integration would add a Fabric client that handles:
Automatic endpoint discovery via get_fabric_env_config()
Token-based authentication via TokenUtils
Support for Azure OpenAI chat completions (and potentially embeddings)
Proposed scope
For the initial PR, I'm thinking:
Basic chat completion will look like this
My Questions:
Beta Was this translation helpful? Give feedback.
All reactions