Skip to content

Commit

Permalink
bring back filter function
Browse files Browse the repository at this point in the history
  • Loading branch information
taronaleksanian committed Jan 15, 2025
1 parent 314af6a commit d75af01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/vector/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class VectorClient {
vector,
topK,
namespace,
// ...(filter ? { filter } : {}),
...(filter ? { filter } : {}),
}),
});

Expand Down

0 comments on commit d75af01

Please sign in to comment.