We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When uploading links to Milvus db with:
curl -X POST \ -F 'link_list=["https://www.ces.tech/"]' \ http://localhost:6010/v1/dataprep
TEI throws validation error:
text_embeddings_core::infer: core/src/infer.rs:303: Input validation error: `inputs` must have less than 512 tokens. Given: 809
Need to implement file chunk for link ingestion.
The text was updated successfully, but these errors were encountered:
Fixed by PR #570. Will close this issue.
Sorry, something went wrong.
improve manifest chaqna test (#565)
a072441
Signed-off-by: Yingchun Guo <[email protected]>
letonghan
No branches or pull requests
When uploading links to Milvus db with:
curl -X POST \ -F 'link_list=["https://www.ces.tech/"]' \ http://localhost:6010/v1/dataprep
TEI throws validation error:
Need to implement file chunk for link ingestion.
The text was updated successfully, but these errors were encountered: