Andrey Vasnetsov
Andrey Vasnetsov
It feels like the [Average vector strategy](https://qdrant.tech/documentation/concepts/explore/#average-vector-strategy) should give you something closer to what you are asking. But if not and you really see a benefit in implementing this new...
Hi @akfaew, I have extended the example with usage of UUID: https://github.com/qdrant/go-client/commit/b6372926e08f40dadad40555a1bbb31947b83d37 I hope it helps
Hi @akfaew, thanks for reaching out! It seems you are using REST port (6333), while go client works with gRPC port (6334) Please try runnning the command with `go run...
There are counter-arguments for this https://world.hey.com/dhh/turbo-8-is-dropping-typescript-70165c01?ref=dailydev
Should be fixed with https://github.com/qdrant/qdrant-web-ui/pull/113
this is an open-source, contributions are welcome
Hi @do-me , it looks like the main bottleneck is not the algorithm, but the implementation and ability to use multiple threads for computation. If there is a solid implementation...
Example usage ``` import { tSNE } from "wasm-bhtsne"; function createRandomMatrix(rows, columns) { return Array.from({ length: rows }, () => Array.from({ length: columns }, () => Math.random()) ); } //...
I would rather request Ollama to provide f32, as it is what the industry is most commonly use nowadays.
Hi @bionicles, your contributions are welcome