Hi All,
I'm integrating Embabel 0.3.0 into a Java Spring Boot aaplication and want to use it as the orchestrator, with Snowflake Cortex as the LLM provider.
Snowflake Cortex exposes an OpenAI-compatible base URL and API keys/PAT.
I am specifically seeking guidance on:
- Can Embabel be configured with Snowflake Cortex as the LLM provider using its base URL and API keys/PAT ?
- How exactly should the snowflake Cortex base URL and API key be set in Embabel's configuration ?
- Is there a minimal working example (Java Spring Boot) that shows the integration ?
Any code examples or documentation links would be greatly appretiated.
Thank You