tidb-vector-python icon indicating copy to clipboard operation
tidb-vector-python copied to clipboard

Update `query` to return `embedding: Sequence[float]` in `QueryResult`…

Open williamcheung opened this issue 11 months ago • 0 comments

… Note: this increases memory usage obviously, but is useful for exporting vectors. TODO: Add a flag return_embedding to disable this by default.

Background for this change: https://discord.com/channels/1083300679386406923/1098161518182400021/1318577356046077962

williamcheung avatar Dec 20 '24 22:12 williamcheung