We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YDB Python SDK version: 3.21.1 Python version: 3.8.10 OS: Linux-5.4.210-39.1.pagevecsize-x86_64-with-glibc2.29
Behavior:
First way is the default way in YDB vector search. It's used in langchain-ydb. But it's slower. Second way is undocumented way but it's much faster.
In C++ SDK we have numbers: 810 and 860 RPS.
Please, fix vector pass as a list in python SDK. 127 RPS is too slow.
See an example in the attached python file: vector-parameter.py.
You can change behaviour by these lines:
MODE = "list" # MODE = "string"
The text was updated successfully, but these errors were encountered:
@vgvoleg , please have a look
Sorry, something went wrong.
@asmyasnikov , please have a look
No branches or pull requests
Bug Report
YDB Python SDK version: 3.21.1
Python version: 3.8.10
OS: Linux-5.4.210-39.1.pagevecsize-x86_64-with-glibc2.29
Behavior:
First way is the default way in YDB vector search. It's used in langchain-ydb. But it's slower.
Second way is undocumented way but it's much faster.
In C++ SDK we have numbers: 810 and 860 RPS.
Please, fix vector pass as a list in python SDK. 127 RPS is too slow.
See an example in the attached python file: vector-parameter.py.
You can change behaviour by these lines:
The text was updated successfully, but these errors were encountered: