You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I select to upload the parsed file,if the pdf is small, it can be uploaded normally. If the pdf is large, it returns "Unexpected error: TimeoutError -".How can I set the value of this Timeout?
The error message is as follows:
ℹ Removing abc.pdf from BatchManager
ℹ Found existing Client
ℹ STARTING | abc.pdf | Starting Import | 0
ℹ Loading abc.pdf (pdf)
ℹ LOADING | abc.pdf | Loaded abc.pdf | 5.96
ℹ CHUNKING | abc.pdf | | 0
ℹ CHUNKING | abc.pdf | Split abc.pdf into 89 chunks | 0.02
ℹ EMBEDDING | abc.pdf | | 0
ℹ Vectorizing 89 chunks in 1 batches
✘ Unexpected error: TimeoutError -
ℹ ERROR | abc.pdf | Import for abc.pdf failed: Batch vectorization
failed: Vectorization failed for some batches: | 31.82
✘ No documents imported 0 of 1 succesful tasks
ℹ ERROR | abc.pdf | Import for abc.pdf failed: Import for abc.pdf
failed: Batch vectorization failed: Vectorization failed for some batches: |
0
The text was updated successfully, but these errors were encountered:
Description
Installation
If you installed via pip, please specify the version:
Weaviate Deployment
Configuration
Reader:
Chunker:Token
Embedder:OPENAI-text_embedding-3-small
Retriever:
Generator:
Steps to Reproduce
Additional context
When I select to upload the parsed file,if the pdf is small, it can be uploaded normally. If the pdf is large, it returns "Unexpected error: TimeoutError -".How can I set the value of this Timeout?
The error message is as follows:
The text was updated successfully, but these errors were encountered: