Skip to content

Releases: EmbeddedLLM/JamAIBase

[Python] v0.2.1 (2024-08-18)

18 Aug 06:17
b48a220
Compare
Choose a tag to compare

What's Changed

  • [Python] jamaibase: Bug fix: Table type is now correctly handled in Python > 3.10 by @jiahuei in #18

Full Changelog: v0.2...v0.2.1-python

v0.2 (2024-07-23)

23 Jul 09:48
73dd981
Compare
Choose a tag to compare

What's Changed

This is a feature-packed release! Some of highlights include:

  • New "Embeddings" endpoint to generate vector embeddings for texts
  • Methods for importing and exporting table data via CSV or TSV
  • Ability to filter table rows when listing them by searching for keywords
  • Vastly reduced dependency list for Python SDK
  • Many other bug fixes and improvements

New Contributors

Contributors

Full Changelog

v0.1...v0.2

v0.1 (2024-06-03)

03 Jun 01:40
ec54cdc
Compare
Choose a tag to compare

This is our first release 🚀 We are excited to see what you can build with JamAIBase ✨
It includes backend services that orchestrates Large Language Models (LLMs) via a real-time database, and a frontend UI that allows easy data manipulation and visualization.