Skip to content

Commit

Permalink
Update vectorize.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax authored Nov 2, 2024
1 parent 7ad1fee commit 6280934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/1.docs/2.features/vectorize.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ export default defineNuxtConfig({
hub: {
vectorize: {
products: {
dimensions: '768',
dimensions: 768,
metric: 'cosine',
metadataIndexes: {
name: 'string',
price: 'number'
}
},
reviews: {
dimensions: '1024',
dimensions: 1024,
metric: 'euclidean',
metadataIndexes: {
rating: 'number'
Expand Down

0 comments on commit 6280934

Please sign in to comment.