Verba icon indicating copy to clipboard operation
Verba copied to clipboard

How can I set the value of this Timeout?

Open ccutyear opened this issue 1 year ago • 1 comments

Description

Installation

  • [x] pip install goldenverba
  • [ ] pip install from source
  • [ ] Docker installation

If you installed via pip, please specify the version:

Weaviate Deployment

  • [x] Local Deployment
  • [ ] Docker Deployment
  • [ ] Cloud 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:

ℹ 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

ccutyear avatar Oct 31 '24 03:10 ccutyear

Hey, thanks for the issue! Are you receiving the same errors when using other embedding models?

thomashacker avatar Dec 07 '24 16:12 thomashacker