superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Optimization of Vector Search Interfaces

Open jieguangzhou opened this issue 1 year ago • 0 comments
trafficstars

In our vector search interface, we currently call

like({indexing_key: x}, vector_index=vector_index_name).

Should we consider removing the indexing_key in future iterations?

like({x, vector_index=vector_index_name).

This field corresponds to vector_index.listener.key, which means we are passing redundant information when calling the interface.

jieguangzhou avatar May 27 '24 14:05 jieguangzhou