weave icon indicating copy to clipboard operation
weave copied to clipboard

chore(weave): Fix calling loaded ops

Open tssweeney opened this issue 11 months ago • 1 comments

We need to support 3 types of ops loaded:

  1. An op that is stored as an attribute on an instance, but not bound to it (eg. dataset preprocessor)
  2. An op that is bound to the saved instances (eg. vector search)
  3. An op that is bound to a different instance than the saved instance (eg. scoring function)

tssweeney avatar Mar 26 '24 07:03 tssweeney