|
|
|
|
|
by trengrj
1020 days ago
|
|
Hey @rvrs, I work on Weaviate and we are doing some improvements around increasing write throughput: 1. gRPC. Using gRPC to write vectors has had a really nice performance boost. It is released in Weaviate core but here is still some work on do on the clients. Feel free to get in contact if you would like to try it out. 2. Parameter tuning. lowering `efConstruction` can speed up imports. 3. We are also working on async indexing https://github.com/weaviate/weaviate/issues/3463 which will further speed things up. In comparison with pgvector, Weaviate has more flexible query options such as hybrid search and quantization to save memory on larger datasets. |
|