Skip to content

Commit

Permalink
Updates the dense vector mappings in text embedding NLP example.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Nov 14, 2023
1 parent 08e95b8 commit e204c0b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ PUT collection-with-embeddings
"properties": {
"text_embedding.predicted_value": {
"type": "dense_vector",
"dims": 384,
"index": true,
"similarity": "cosine"
"dims": 384
},
"text": {
"type": "text"
Expand Down

0 comments on commit e204c0b

Please sign in to comment.