Using your own LLM key - Enterprise customers can now configure Fabricate to use an LLM key that they provide. To enable this option, contact Tonic.ai. After the option is enabled, in order to use AI features such as the Data Agent, you must provide an LLM key. On the My Account page, under LLM Provider Settings, select whether to use Anthropic or Amazon Bedrock, then provide the LLM key. For Amazon Bedrock, you also specify the AWS Region.
The Data Agent can now ask multiple-choice questions to make it easier to clarify your requests.
Fixed an issue with message scrolling.
Improved name generation for Data Agent databases.
Fixed an issue where large DDL files could cause Fabricate to skip columns that contained default values.
Limiting AI usage overage - In the Current Plan section of the My Account page, the AI Usage Limit field allows you to set the maximum overage per billing cycle for your AI usage. This is the maximum cost in addition to the allowance that is included with your license plan. The default value is $500. To not have a limit, set the field to an empty value.
For Data Agent databases, primary and foreign keys are now identified by icons in the column headings.
When you create a Data Agent database, the initial prompt is now a displayed on a full page. After you provide the first prompt, the Data Agent chat moves to its regular position at the right of the page.
Fixed an issue with resetting passwords.
Improved handling of large DDLs.
Fixed an issue where stopped Data Agent messages did not immediately stop the response.
You can now clone a Data Agent database. To clone the database, hover over the database name at the left, then click the clone icon.
In the Data Agent chat, you can copy any of the Data Agent responses. Previously, only the JavaScript and SQL included a copy icon. To copy a response, hover over the response, then click the copy icon at the bottom right of the response text.
Improved Data Agent text generation.
The Fabricate Data Agent, which uses an AI chat to create and configure databases, is now available to all users.
As of now, all new Free and Plus accounts must use the Data Agent for all of their databases. The previous database configuration option, now referred to as rule-based databases, is only available to Enterprise users.
Fixed an issue where international addresses were assigned US street names.
Fixed an issue with opening an exported database file.
Added functionality to the beta Data Agent databases feature, including:
You can now use the Fabricate API to retrieve and download Data Agent databases.
From the Fabricate application, users can now delete their Fabricate account.
Users who try to sign up now receive a notification if the email address is already associated with an account.
The beta Data Agent feature now allows you to upload files as input.
The Admin Console now displays the Fabricate version number.
Fixed an issue where you could not delete a database if it had a variant.
Fixed an issue where new users on a self-hosted instance started a free trial.
Fixed an issue where users could not download exported data.
For the beta Data Agent database feature, added environment variables for self-hosted instances to provide an Anthropic API key and URL. The Data Agent uses Claude from Anthropic.
For the beta Data Agent feature, you can now prompt the Data Agent to use database data to populate PDFs, Word files, and email messages. For example, "Use the order data to produce example order confirmation email messages" or "Create an invoices database and create 5 example invoice PDFs". The Data Agent provides links to download the files.
Data Agent databases (Beta) - The Fabricate Data Agent is an AI chat interface that you use to create and define a set of data. You use the chat to make any adjustments to the data structure and content. The Data Agent asks questions as needed to clarify the request, then generates SQL and JavaScript to implement the changes. You can also run SQL queries to add or edit data, and can also edit values in individual cells. You can export the data from a Data Agent database to CSV, JSONL, SQLLite, SQL Server, or PostgreSQL.
When you create a database, Fabricate prompts you to decide whether to create a Data Agent database or a rules-based database, which is the original type of Fabricate database where you define rules for generating the data.
The Data Agent database feature is currently in beta and can be activated for specific Cloud customers. To request access to the Data Agent database feature, contact Tonic.ai.
The Professional plan is renamed to Plus. We also improved notifications and handling for free trials that are ending.
Fixed an issue with using the burndown option.
Fixed an issue where rows did not render correctly.
Fixed an issue where child fields could not refer to a field in a parent table because the field was not yet created.