Kaz Sato

Results 5 comments of Kaz Sato

Hi @valenradovich , the answer is (2), pre-filtering with a very fast algorithm.

Do you mean how to use filtering with Vector Search? You can refer to: - [Filter vector matches](https://cloud.google.com/vertex-ai/docs/vector-search/filtering) - [Queries with filtering and crowding](https://cloud.google.com/vertex-ai/docs/vector-search/query-index-public-endpoint#queries_with_filtering_and_crowding) The first page explains how to...

@valenradovich unfortunately there's no documentation explains that in detail, and I'm not sure if I can disclose it in detail.. but the filtering uses pretty fast (like O(1)) so please...

Hi @BanJeoker , did you actually ran the notebook and saw an empty index created? I've been creating index without the batch_root folder for many times, and haven't seen any...

Hi @BanJeoker , I just went through the notebook from the start, and got a proper result: So the use of the batch_root folder may not be the cause why...