@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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/api/isEnabled.tsx +1 -1
package/package.json
CHANGED
package/src/api/isEnabled.tsx
CHANGED
|
@@ -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
|
|
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 →
|