mick delaney

Results 21 comments of mick delaney

Not sure if you guys ever came across https://github.com/cosh/fallen-8 Its a C# in-memory graph database

Henning Rauch told me he's re-writing fallen-8 in c++, but that if any bugs appear in the c# version he'll fix them, so he's still active in the space, might...

i just sent him an email with this thread, hopefully he'll jump in with some thoughts...

well actually we've moved out of ES due to issues with maintaining our plugin. ES themselves now support it natively, albeit with perf issues. https://www.elastic.co/blog/text-similarity-search-with-vectors-in-elasticsearch we've also used postgres in...

Yeah that sounds interesting. I think if you can support that & top N + query filters your good. The issue is you often want to reduce the vector space...

https://github.com/mickdelaney/vite-relay-monorepo/blob/master/packages/ui/src/UserItem.tsx

@oscartbeaumont i've added an example using turborepo + vite + relay + vite-plugin-relay i've personally ended up (in a large monrepo) using tsup + babel for packages, but i've lost...