Skip to content

Release 0.2.41

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 08:31
· 44 commits to 4858ee98b5bde920f42d22b4163d5860b8821225 since this release

What's Changed

libro has introduced several practical features such as Prompt Cell and SQL Cell. Below are the key highlights of this update. We welcome your feedback, so don't miss out!

1. Prompt Cell

With Prompt Cell, users can simply input natural language commands to invoke large models for inference and receive the desired output. This reduces the need to write complex code and can be seamlessly integrated into existing workflows. Currently, libro has built-in support for the OpenAI model series, and you can also extend it with custom models.
iShot_2024-10-14_15 27 29

2. SQL Cell Support

We have introduced SQL Cell, which supports connections to MySQL, SQLite, and PostgreSQL databases. Users can write and execute SQL queries directly in the notebook environment to access and manage databases. This feature provides a seamless integration experience for data analysis, visualization, and database-driven application development.
iShot_2024-10-14_15 50 49

3. File-Level Configuration Capability

Configuration management is no longer a hassle! We’ve added file-level configuration functionality, allowing users to generate a configuration file template in their user directory by simply running the command libro config generate. Currently, it supports database connection configurations and large model key configurations.

4. Support for Chinese and English Language Switching

We’ve also introduced language switching between Chinese and English. Users can easily localize their development environment by selecting their preferred language interface.

More