akhavr
akhavr
I know what that message means. I opened the issue, because this happens out of the box. Does it still works for you? If interested, I'll upload my changes to...
@dmartincc I didn't, I've moved on instead
I've also encountered this problem. It happens during initial block processing and only on RasbperryPi. Haven't solved it yet.
> It looks there is some project working in that direction - https://github.com/NostrGit/NostrGit. I've also started working on https://github.com/akhavr/nostrya Hopefully will have something working "in two weeks" (tm)
Sometimes it fails even earlier: ``` Select option: 1 Github login: akhavr Error: Get "https://api.github.com/users/akhavr": read tcp 192.168.1.193:52634->140.82.121.6:443: read: connection reset by peer ``` Will play more with the bridge...
> Rather than have fixed download links, care to always point it to the latest release on Github? Not sure if that's possible with filenames like `wavelet-v0.0.1-testnet-linux-amd64.zip`. Unless you're planning...
Did anyone run benchmarks on embeddings, available in ChromaDB? I've run several and they give me identical `Average position of result` which doesn't feel correct. Sorry for hijacking the issue,...
> that definitely doesn't sound correct, but are also the other metrics identical? Or just the average position of result? If it's just the latter, it might suggest a different...
> that is weird. It could mean that actually you are not successfully changing the model. I think if you change the model, you should observe other differences. For example...
> @akhavr what happens if you disable the regex based results here: > > [https://github.com/kantord/SeaGOAT/blob/bb1086ced94bb83f6e63cbc613016625d3e15883/seagoat/engine.py](https://github.com/kantord/SeaGOAT/blob/bb1086ced94bb83f6e63cbc613016625d3e15883/seagoat/engine.py#L64-L71)](https://github.com/kantord/SeaGOAT/blob/bb1086ced94bb83f6e63cbc613016625d3e15883/seagoat/engine.py%5D(https://github.com/kantord/SeaGOAT/blob/bb1086ced94bb83f6e63cbc613016625d3e15883/seagoat/engine.py#L64-L71)) > > It's enough to comment out the ripgrep source before you run the benchmark....