Semantic Search and Python functions

Is semantic search on ontology objects supported in python functions via the OSDK?

ontology-sdk

Welcome to the community!
We currently don’t support KNN search in the OSDK but we are working on adding this capability in the near future.
For now you can create a function on object function in TypeScript and mark it as Query function and then call it from your Python SDK.

1 Like