Skip to content

PremSQL Agents, Agent Server and Playground UI

Latest
Compare
Choose a tag to compare
@Anindyadeep Anindyadeep released this 13 Nov 19:38
· 9 commits to main since this release
850ddde

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

Full Changelog: v0.1-alpha...0.2.1