New: PremSQL Playground, Agents and API
We just rleased the latest version of PremSQL. It comes with the following:
- PremSQL Agents: Using PremSQL agents you can make analysis, plot charts and query to databases all using Natural Language. For now it comes with a baseline level agent. Using our library you can customize agents and build on top of it.
- PremSQL API: A self hosted API which can then be used using any language to make requests to use the deployed agents.
- PremSQL Playground: A playground UI (self hosted) which you can use interact with Text to SQL agents for your analysis tasks. You can also test your customized agents using this playground as well. Watch it in action.
- Ollama support: We are also supporting Ollama. Here is the Ollama version of Prem-1B-SQL
# install new premsql version using PyPI
pip install -U premsql
2024-11-11.15-33-25.mov
What's Changed
- Agents, Backend API and Playground support by @Anindyadeep in #29
- Beta release and minor improvements on analyser agents by @Anindyadeep in #32
- stable release 0.2.10 by @Anindyadeep in #33
Full Changelog: v0.1-alpha...0.2.1