-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Cosmos: support vector search #33783
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Milestone
Comments
ajcvickers
added a commit
that referenced
this issue
Jun 14, 2024
Fixes #33783 This PR introduces: - `IsVector()` to configure a property to be configured as a vector (embedding) in the document. - The distance function and dimensions are specified. - The data type can be specified, or otherwise is inferred. - `HasIndex().ForVectors()` to configure a vector index over a vector property. - `VectorDistance()` which translates to the Cosmos `VectorDistance` function - The distance function and data type are taken from the property mapping, or can be overridden. Known issues: - Float16 (Half) is not working in Cosmos--needs investigation - Exception on int array case--could be EF or Cosmos--needs investigation - Owned types mess up the materialization--this will be fixed by the ReadItem improvements I am working on
ajcvickers
added a commit
that referenced
this issue
Jun 15, 2024
Fixes #33783 This PR introduces: - `IsVector()` to configure a property to be configured as a vector (embedding) in the document. - The distance function and dimensions are specified. - The data type can be specified, or otherwise is inferred. - `HasIndex().ForVectors()` to configure a vector index over a vector property. - `VectorDistance()` which translates to the Cosmos `VectorDistance` function - The distance function and data type are taken from the property mapping, or can be overridden. Known issues: - Float16 (Half) is not working in Cosmos--needs investigation - Exception on int array case--could be EF or Cosmos--needs investigation - Owned types mess up the materialization--this will be fixed by the ReadItem improvements I am working on
ajcvickers
added a commit
that referenced
this issue
Jun 17, 2024
Fixes #33783 This PR introduces: - `IsVector()` to configure a property to be configured as a vector (embedding) in the document. - The distance function and dimensions are specified. - The data type can be specified, or otherwise is inferred. - `HasIndex().ForVectors()` to configure a vector index over a vector property. - `VectorDistance()` which translates to the Cosmos `VectorDistance` function - The distance function and data type are taken from the property mapping, or can be overridden. Known issues: - Float16 (Half) is not working in Cosmos--needs investigation - Exception on int array case--could be EF or Cosmos--needs investigation - Owned types mess up the materialization--this will be fixed by the ReadItem improvements I am working on
ajcvickers
added a commit
that referenced
this issue
Jul 30, 2024
Fixes #33783 This PR introduces: - `IsVector()` to configure a property to be configured as a vector (embedding) in the document. - The distance function and dimensions are specified. - The data type can be specified, or otherwise is inferred. - `HasIndex().ForVectors()` to configure a vector index over a vector property. - `VectorDistance()` which translates to the Cosmos `VectorDistance` function - The distance function and data type are taken from the property mapping, or can be overridden.
ajcvickers
added a commit
that referenced
this issue
Jul 31, 2024
Fixes #33783 This PR introduces: - `IsVector()` to configure a property to be configured as a vector (embedding) in the document. - The distance function and dimensions are specified. - The data type can be specified, or otherwise is inferred. - `HasIndex().ForVectors()` to configure a vector index over a vector property. - `VectorDistance()` which translates to the Cosmos `VectorDistance` function - The distance function and data type are taken from the property mapping, or can be overridden.
ajcvickers
added a commit
that referenced
this issue
Aug 6, 2024
ajcvickers
added a commit
that referenced
this issue
Aug 6, 2024
ajcvickers
added a commit
that referenced
this issue
Aug 6, 2024
ajcvickers
added a commit
that referenced
this issue
Aug 6, 2024
ajcvickers
added a commit
that referenced
this issue
Aug 11, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/vector-search
The text was updated successfully, but these errors were encountered: