superduper
superduper copied to clipboard
Optimization of Vector Search Interfaces
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.