Hi,
I was looking into if you guys have a plan to support diverse set of providers for Text2Sql or Summation apart from OpenAI?
The need for other providers will give ability to choose with the API Keys, and models which the customers already have access to.
I checked the documentation and code and could only find support for OpenAI (Doc mentions Anthropic, But couldn't find in code):
https://www.parseable.com/docs/user-guide/ai-native/text-to-sql
https://github.com/parseablehq/parseable/blob/main/src/handlers/http/llm.rs#L28
Resources to integrate diverse LLM Agents in Rust:
https://github.com/liquidos-ai/AutoAgents
AutoAgents has wide range LLM support along with local LLM's , easy to use and configure and pure rust.
Thanks