Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index_management.py
  • Loading branch information
simorenoh committed Mar 21, 2024
commit 3a3a652c5c27d69a68cccf595bd807f1abf78541
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-cosmos/samples/index_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def use_vector_embedding_policy(db):
},
{
"path": "/vector2",
"dataType": "imt8",
"dataType": "int8",
"dimensions": 400,
"distanceFunction": "DotProduct"
}
Expand Down