Tim Visée
Tim Visée
Duplicate of https://github.com/lotabout/skim/issues/493
Our aim is to be deterministic where possible. I'm just thinking out loud here, but I think the current inconsistencies originate from using networking (when having multiple nodes) and using...
@generall Sorting on both score and ID would at least make it slightly better, if your results contains identical scores. Wouldn't it?
> I think that when the file_id filter is not added, the message with a score of 0.77 should also be returned It looks like it is included in both...
Could you check if the same issue appears when using `exact=true` while searching? That would eliminate the approximate nature of vector search, and should give back exact results.
Do you stop the container before or after closing the client?
> It appears that the logs don't show any messages related to my queries, even though my queries were successfully executed. Your queries might go over gRPC. We only log...
> I received the same error when trying to build using Nix; it was resolved by setting the `LIBCLANG_PATH` environment variable. Could you elaborate on what you set this to,...
I've put work into removing all `unsafe` usages throughout `prs`. The clipboard handling system has been fully rewritten to achieve this, which took quite a lot of work. This version...
Great news! `v0.5.0` is now released which all `unsafe` usages removed! In all places where this did exist, a safer alternative is implemented. (two usages of unsafe remain in the...