typescript-client icon indicating copy to clipboard operation
typescript-client copied to clipboard

Support where filters in classifications

Open etiennedi opened this issue 4 years ago • 0 comments

Background

Weaviate allows a set three different where filters in classifications, but the client currently does not take any arguments.

Goals

  • [ ] .withSourceWhere() is added to the classification builder
  • [ ] .withTrainingSetWhere() is added to the classification builder
  • [ ] .withTargetWhere() is added to the classification builder

etiennedi avatar Jan 13 '21 14:01 etiennedi