Skip to content

Use a different (Lower) value for searching #680

Closed Answered by alexklibisz
joancf asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Joan, thanks for the question. It's an interesting idea. There is no way to do this right now, but I do think it's possible to add. Here's a high-level outline of how:

We would have to add the L' parameter (maybe call it L_) from the API layer:

final case class L2Lsh(field: String, candidates: Int, probes: Int = 0, vec: Vec = Vec.Empty()) extends ApproximateQuery {
override def withVec(v: Vec): NearestNeighborsQuery = copy(vec = v)
override def withCandidates(candidates: Int): ApproximateQuery = copy(candidates = candidates)
override

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexklibisz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants