cho-thinkfree-com
cho-thinkfree-com
Please follow the steps below: 1. Create a namespace using `kubectl`. 2. In the `config/configmap.yml` file, replace all occurrences of `default` with the namespace you created in step 1. 3....
I am using 1024-dimensional vectors, and with millions of vector rows, the data size becomes a significant issue. Thanks to your recent work, iterable scanning for indexes is now possible,...
I am currently testing a PostgreSQL setup in a container (Kubernetes) with an 8-core, 32GB pod, where I have installed the pgvectors extension ( image tag is `pg16-v0.3.0` ). I...
Thank you so very much for your kind and detailed response. You mentioned that approximately 160GB is required to handle 1024-dimensional vectors when processing 30M dense vectors and 30M sparse...