Skip to content

Conversation

@jiahuei
Copy link
Member

@jiahuei jiahuei commented Nov 18, 2024

What's Changed

This is a huge release 🚀

Main features:

  • Multimodal image input column: Now you can insert an image alongside text as input to LLMs
  • OSS now supports multiple projects: You are now able to create projects to manage your tables and files
  • Added ability to turn any column into multi-turn chat via the multi_turn parameter in LLMGenConfig
  • Added default prompts when creating Generative Tables: Setup time from table creation to running worlflows is now even shorter.
  • Added support for templates: We will progresively add more templates that showcase various use cases
  • Support for search query when listing projects, tables, rows
  • Table and project import and export
  • Various improvements to backend and frontend

There are several breaking changes and deprecations as well, some highlights are listed here, see CHANGELOG for a complete list:

  • Added version and meta to table metadata. Please run the provided migration script to upgrade your existing DB files.
  • Delete endpoints will return 404 if resource is not found
  • /v1/gen_tables/{table_type}/{table_id}/thread has one new required query parameter: column_id
  • Table list endpoint now defaults to not counting table rows
  • Output columns must be string type
  • Deprecations:
    • Endpoint /v1/gen_tables/{table_type}/duplicate/{table_id_src}/{table_id_dst}

New Contributors

Contributors

Full Changelog

v0.2...v0.3

@jiahuei jiahuei enabled auto-merge (squash) November 20, 2024 06:23
@jiahuei jiahuei merged commit f132431 into main Nov 20, 2024
7 checks passed
jiahuei added a commit that referenced this pull request Nov 20, 2024
jiahuei added a commit that referenced this pull request Nov 20, 2024
\## What's Changed

This is a huge release 🚀

Main features:
- Multimodal image input column: Now you can insert an image alongside text as input to LLMs
- OSS now supports multiple projects: You are now able to create projects to manage your tables and files
- Added ability to turn any column into multi-turn chat via the `multi_turn` parameter in `LLMGenConfig`
- Added default prompts when creating Generative Tables: Setup time from table creation to running worlflows is now even shorter.
- Added support for templates: We will progresively add more templates that showcase various use cases
- Support for search query when listing projects, tables, rows
- Table and project import and export
- Various improvements to backend and frontend

There are several breaking changes and deprecations as well, some highlights are listed here, see CHANGELOG for a complete list:
- Added `version` and `meta` to table metadata. Please run the provided migration script to upgrade your existing DB files.
- Delete endpoints will return 404 if resource is not found
- `/v1/gen_tables/{table_type}/{table_id}/thread` has one new required query parameter: `column_id`
- Table list endpoint now defaults to not counting table rows
- Output columns must be string type
- Deprecations:
  - Endpoint `/v1/gen_tables/{table_type}/duplicate/{table_id_src}/{table_id_dst}`

\## New Contributors
* @zec0816
* @Hoipang

\## Contributors

* @deafnv
* @haoshan98
* @kamil-hassan201
* @noobHappylife
* @jiahuei

\## Full Changelog

v0.2...v0.3
jiahuei added a commit that referenced this pull request Nov 20, 2024
 ## What's Changed

This is a huge release 🚀

Main features:
- Multimodal image input column: Now you can insert an image alongside text as input to LLMs
- OSS now supports multiple projects: You are now able to create projects to manage your tables and files
- Added ability to turn any column into multi-turn chat via the `multi_turn` parameter in `LLMGenConfig`
- Added default prompts when creating Generative Tables: Setup time from table creation to running worlflows is now even shorter.
- Added support for templates: We will progresively add more templates that showcase various use cases
- Support for search query when listing projects, tables, rows
- Table and project import and export
- Various improvements to backend and frontend

There are several breaking changes and deprecations as well, some highlights are listed here, see CHANGELOG for a complete list:
- Added `version` and `meta` to table metadata. Please run the provided migration script to upgrade your existing DB files.
- Delete endpoints will return 404 if resource is not found
- `/v1/gen_tables/{table_type}/{table_id}/thread` has one new required query parameter: `column_id`
- Table list endpoint now defaults to not counting table rows
- Output columns must be string type
- Deprecations:
  - Endpoint `/v1/gen_tables/{table_type}/duplicate/{table_id_src}/{table_id_dst}`

 ## New Contributors
* @zec0816
* @Hoipang

 ## Contributors

* @deafnv
* @haoshan98
* @kamil-hassan201
* @noobHappylife
* @jiahuei

 ## Full Changelog

v0.2...v0.3
jiahuei added a commit that referenced this pull request Nov 20, 2024
This is a huge release 🚀

Main features:
- Multimodal image input column: Now you can insert an image alongside text as input to LLMs
- OSS now supports multiple projects: You are now able to create projects to manage your tables and files
- Added ability to turn any column into multi-turn chat via the `multi_turn` parameter in `LLMGenConfig`
- Added default prompts when creating Generative Tables: Setup time from table creation to running worlflows is now even shorter.
- Added support for templates: We will progresively add more templates that showcase various use cases
- Support for search query when listing projects, tables, rows
- Table and project import and export
- Various improvements to backend and frontend

There are several breaking changes and deprecations as well, some highlights are listed here, see CHANGELOG for a complete list:
- Added `version` and `meta` to table metadata. Please run the provided migration script to upgrade your existing DB files.
- Delete endpoints will return 404 if resource is not found
- `/v1/gen_tables/{table_type}/{table_id}/thread` has one new required query parameter: `column_id`
- Table list endpoint now defaults to not counting table rows
- Output columns must be string type
- Deprecations:
  - Endpoint `/v1/gen_tables/{table_type}/duplicate/{table_id_src}/{table_id_dst}`

* @zec0816
* @Hoipang

* @deafnv
* @haoshan98
* @kamil-hassan201
* @noobHappylife
* @jiahuei

v0.2...v0.3
jiahuei added a commit that referenced this pull request Nov 20, 2024
## What's Changed

This is a huge release 🚀

Main features:
- Multimodal image input column: Now you can insert an image alongside text as input to LLMs
- OSS now supports multiple projects: You are now able to create projects to manage your tables and files
- Added ability to turn any column into multi-turn chat via the `multi_turn` parameter in `LLMGenConfig`
- Added default prompts when creating Generative Tables: Setup time from table creation to running worlflows is now even shorter.
- Added support for templates: We will progresively add more templates that showcase various use cases
- Support for search query when listing projects, tables, rows
- Table and project import and export
- Various improvements to backend and frontend

There are several breaking changes and deprecations as well, some highlights are listed here, see CHANGELOG for a complete list:
- Added `version` and `meta` to table metadata. Please run the provided migration script to upgrade your existing DB files.
- Delete endpoints will return 404 if resource is not found
- `/v1/gen_tables/{table_type}/{table_id}/thread` has one new required query parameter: `column_id`
- Table list endpoint now defaults to not counting table rows
- Output columns must be string type
- Deprecations:
  - Endpoint `/v1/gen_tables/{table_type}/duplicate/{table_id_src}/{table_id_dst}`

## New Contributors

* @zec0816
* @Hoipang

## Contributors

* @deafnv
* @haoshan98
* @kamil-hassan201
* @noobHappylife
* @jiahuei

## Full Changelog

v0.2...v0.3
@jiahuei jiahuei deleted the v0.3-rc branch November 20, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants