Skip to content

Commit

Permalink
Merge pull request #1415 from andrew-bierman/fix/similar_items
Browse files Browse the repository at this point in the history
resolve pack similarity not working
  • Loading branch information
pinocchio-life-like authored Jan 11, 2025
2 parents 5f980a9 + 0ceac2f commit 6c68793
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 6c68793

Please sign in to comment.