Skip to content
New issue

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

How can I set the value of this Timeout? #312

Open
2 of 6 tasks
ccutyear opened this issue Oct 31, 2024 · 1 comment
Open
2 of 6 tasks

How can I set the value of this Timeout? #312

ccutyear opened this issue Oct 31, 2024 · 1 comment
Labels
investigating Bugs that are still being investigated whether they are valid

Comments

@ccutyear
Copy link

ccutyear commented Oct 31, 2024

Description

Installation

  • pip install goldenverba
  • pip install from source
  • Docker installation

If you installed via pip, please specify the version:

Weaviate Deployment

  • 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
@thomashacker thomashacker added the investigating Bugs that are still being investigated whether they are valid label Dec 7, 2024
@thomashacker
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating Bugs that are still being investigated whether they are valid
Projects
None yet
Development

No branches or pull requests

2 participants