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

TiDB Vector SDK for Python, including code examples. Join our Discord: https://discord.gg/XzSW23Jg9p

Results 5 tidb-vector-python issues
Sort by recently updated
recently updated
newest added

``` Exception ignored in: Traceback (most recent call last): File "/Users/justwph/Library/Caches/pypoetry/virtualenvs/concave-KQBUMHDg-py3.11/lib/python3.11/site-packages/tidb_vector/integrations/vector_client.py", line 177, in __del__ AttributeError: 'NoneType' object has no attribute 'Connection' ``` might help info my tidb_connect_url ``` TIDB_PASSWORD...

… 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

Notice: do not merge this PR because tidb does not support the option yet. django-tidb: https://github.com/pingcap/django-tidb/pull/68

Notice: do not merge this PR because tidb does not support the option yet. If we support "ADD_TIFLASH_ON_DEMAND" on the "CREATE VECTOR INDEX ... ON ... ADD_TIFLASH_ON_DEMAND", the user can...