Open zomss opened 2 months ago
Hi, I wonder if you rebuilt the file to install Draftretriver after changing the code.
Thanks. I revise the code for draftretriever, and then it is working.
I am trying to adjust draft tokens by length, explicitly aiming to retrieve tokens with a size greater than four by changing the “long” parameter when calling the search function. However, the draft retriever still returns tokens with lengths shorter than 4.
How can I ensure tokens with lengths longer than four are returned?
So how can I get more retrieve tokens in a retrieve sequence? I change the long parameter and It also doesn‘t work
I am trying to adjust draft tokens by length, explicitly aiming to retrieve tokens with a size greater than four by changing the “long” parameter when calling the search function. However, the draft retriever still returns tokens with lengths shorter than 4.
How can I ensure tokens with lengths longer than four are returned?