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

Loopio Integration Errors Out Document id Input should be a valid string #2758

Open
ahmadassaf opened this issue Oct 10, 2024 · 0 comments
Open

Comments

@ahmadassaf
Copy link

Loopio integration currently fails with the following:

Traceback (most recent call last):
  File "/app/danswer/background/indexing/run_indexing.py", line 195, in _run_indexing
    for doc_batch in connector_runner.run():
  File "/app/danswer/connectors/connector_runner.py", line 48, in run
    yield from self.doc_batch_generator
  File "/app/danswer/connectors/loopio/connector.py", line 163, in _process_entries
    Document(
  File "/usr/local/lib/python3.11/site-packages/pydantic/main.py", line 193, in __init__
    self.__pydantic_validator__.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for Document
id
  Input should be a valid string [type=string_type, input_value=2398237, input_type=int]
    For further information visit https://errors.pydantic.dev/2.8/v/string_type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant