@sanity/embeddings-index-ui 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/embeddings-index-ui",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Various Sanity Studio plugins for integrating with the embeddings index API",
5
5
  "keywords": [
6
6
  "sanity",
@@ -46,7 +46,7 @@ export function FeatureDisabledNotice(props: {urlSuffix?: string}) {
46
46
  return (
47
47
  <Card tone="primary" border padding={4}>
48
48
  <Text size={1}>
49
- 💎 Unlock semantic search with Embeddings Index APIs — available on Team, Business, and
49
+ 💎 Unlock semantic search with the Embeddings Index API — available on Team, Business, and
50
50
  Enterprise plans.{' '}
51
51
  <a href={`https://www.sanity.io/manage/project/${projectId}/plan${props.urlSuffix ?? ''}`}>
52
52
  Upgrade now →