Skip to content

Commit

Permalink
adding Rishis blog to be published tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfrancoeur committed Mar 5, 2024
1 parent 7942956 commit 556ee91
Showing 2 changed files with 50 additions and 0 deletions.
47 changes: 47 additions & 0 deletions 2023-06-05.mdx
Original file line number Diff line number Diff line change
@@ -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

<ArticleImage
src="https://github.com/xataio/mdx-changelog/raw/main/images/schematitle.png"
width="568"
height="378"
alt="Schema titles"
caption="Schema titles are now linked"
position="center"
/>

<ArticleImage
src="https://raw.githubusercontent.com/xataio/mdx-changelog/main/images/branchscroll.png"
width="421"
height="469"
alt="Branch scrolling"
caption="Branch scrolling"
position="center"
/>

#### Blog posts

- [Semantic or keyword search for finding ChatGPT context. Who searched it better?](https://xata.io/blog/keyword-vs-semantic-search-chatgpt)

3 changes: 3 additions & 0 deletions 2024-03-04.mdx
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 556ee91

Please sign in to comment.