Vertex-compatible API interfaces
Hi, I see on the Developer Guide that DSS currently supports a subset of the OpenAI API interface.
We need a Vertex-compatible to use Gemini features such as specifying level of reasoning, attaching files, etc., which are not available when using the OpenAI API interface.
Please confirm if this is available or on the roadmap. Thanks
Dataiku version used: 14.3
Answers
-
tgb417 Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron 2020, Neuron, Registered, Dataiku Frontrunner Awards 2021 Finalist, Neuron 2021, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Winner, Dataiku Frontrunner Awards 2021 Participant, Frontrunner 2022 Participant, Neuron 2023 Posts: 1,644 NeuronWe are using both the Vertex AI Mesh Connection, and API Connect to interact with the Google Gemini Vertex LLMs. When it comes to file attachments we have been pre-processing the files to base 64 encoding and putting the results into a datable column. Not the best approach but it has worked for us.
More typically we are using API connect and writing a long set of JSON to call Vertex more directly.
If we have any Dataikers on line. Would love to here more about these questions.