Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanschellebeeck committed Feb 6, 2025
1 parent 21886a7 commit f34c94b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

// TODO: add test here?
import type { Attachment, Media, Osdk, PropertyKeys } from "@osdk/api";
import {
$ontologyRid,
Expand Down
18 changes: 9 additions & 9 deletions packages/e2e.generated.catchall/ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -1606,21 +1606,21 @@
"embedding": {
"displayName": "Embedding",
"dataType": {
"type": "vector",
"dimension": 1536,
"supportsSearchWith": [
"type": "vector",
"dimension": 1536,
"supportsSearchWith": [
{
"value": "COSINE_SIMILARITY"
"value": "COSINE_SIMILARITY"
}
],
"embeddingModel": {
],
"embeddingModel": {
"type": "lms",
"value": "OPENAI_TEXT_EMBEDDING_ADA_002"
}
}
},
"rid": "ri.ontology.main.property.de94ac47-509e-4094-913e-5c66f370abc8",
"status": {
"type": "experimental"
"type": "experimental"
},
"visibility": "NORMAL"
}
Expand All @@ -1635,7 +1635,7 @@
"titleProperty": "orderTitle",
"pluralDisplayName": "[matthewvs-dev] Order Embeddings"
},
"linkTypes": []
"linkTypes": []
}
},
"queryTypes": {
Expand Down

0 comments on commit f34c94b

Please sign in to comment.