diff --git a/2023-06-05.mdx b/2023-06-05.mdx new file mode 100644 index 0000000..85ffc0c --- /dev/null +++ b/2023-06-05.mdx @@ -0,0 +1,47 @@ +--- +date: 03-10-2023 +--- + +#### API changes + +- Update the /ask endpoint to use the new ChatGPT API and the newly released `gpt-3.5-turbo` model. This has resulted in a pricing decrease and more questions included in the free tier. +- Fixed error when a lot of nested clauses would cause the /ask endpoint to return 500 errors +- Corrected the license of the published OpenAPI spec to Apache-2 + +#### UI changes + +- Fixed pasting behaviour when a cell is in edit more. It used to overwrite the whole cell, now it correctly appends to the existing text. +- Several fixes around column constraints: + - Users can set default value without settingĀ `notNull: true` + - Users can enter invalid constraint combinations but are presented with a clear error about what they did wrong. + - Switching column type resets unique, `notNull` and default value to an allowed value if it's unsupported. +- Prevent two table cells from being selected in some scenarios. There was a bug when data had changed in the grid and you let your browser tab lose and regain focus. +- Fixed copy paste null string values in table +- More minor cell editing bug fixes +- Small design issues cleanup across the app + - right input padding for table inputs + - clickable table headers in the schema page + - scrollable branch list + + + + + +#### Blog posts + +- [Semantic or keyword search for finding ChatGPT context. Who searched it better?](https://xata.io/blog/keyword-vs-semantic-search-chatgpt) + diff --git a/2024-03-04.mdx b/2024-03-04.mdx index 84aa26b..58e39e1 100644 --- a/2024-03-04.mdx +++ b/2024-03-04.mdx @@ -15,3 +15,6 @@ date: 3-4-2024 - In preparation for our upcoming releases, we have re-structured our docs to make it easier to find what you're looking for. Please let us know if you have any feedback! Also quick reminder: the search bar in the docs works really well (because it's based on Xata). - We've added `beta` and `alpha` tags to features that are not yet generally available. At a high level you can think of `alpha` as "only available to a select group of users" and `beta` as "available to all users, but not yet stable". - Updated the error messages when trying to use the SDK directly from the browser to point to a particular docs URL. + +### Blog posts +- ['Building a Retrieval-Augmented Generation Chatbot with SvelteKit and Xata Vector Search](https://xata.io/blog/rag-vector-sveltekit-xata) by Rishi Raj Jain - This tutorial shows you how to build a RAG Chatbot using Xata, SvelteKit, LiteLLM, TailwindCSS and Vercel. \ No newline at end of file