Skip to content

Commit

Permalink
fix missing classname in weaviate delete method
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jan 11, 2025
1 parent 487f215 commit df4272a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/services/semdex/semdexer/weaviate_semdexer/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
func (w *weaviateSemdexer) Delete(ctx context.Context, id xid.ID) (int, error) {
delete := w.wc.Batch().
ObjectsBatchDeleter().
WithClassName(w.cn.String()).
WithWhere(
filters.Where().
WithPath([]string{"datagraph_id"}).
Expand Down

0 comments on commit df4272a

Please sign in to comment.