kwkr

Results 28 comments of kwkr

@timvisee I think I actually found an issue that is not directly related to qdrant server itself. I'm posting a fix into https://github.com/qdrant/wal, because it's where I found the problem...

@timvisee @generall Here is the link to a way to reproduce the error and a solution: https://github.com/qdrant/wal/pull/64 Just to add some more context. I was able to reproduce the error...

Hi @DawChihLiou ! I'm currently working on integrating Voy into LangChain.js and I got a few questions while playing with the library. The environment that I was working with was...

I wasn't precise with specifying which `package.json` I modified. I needed to modify the `package.json` of the `voy-search` inside `node_modules`. Should this work with Node without those modifications?

Yes, I managed to integrate it. The question is whether the information I needed in order to do that should be included in the README of your package as well...

@generall After a few more tests it looks like calling `.flush` before unloading the mmap allows dropping the file handle immediately after `unload`, so the retries aren't necessary.