broken-wheel
broken-wheel
Hi, I ran into this issue today. Is there a fix or workaround? This plugin is really useful, but not being able to comment inline is a real bummer..
It's a new file (`diffview` shows `A` in the _changes_ window), doesn't matter which line. For example, I tried line 4 from the head of a file (`cc` -> popup...
This is my workaround to circumvent size restriction: ```patch diff --git a/backend/danswer/connectors/google_drive/connector.py b/backend/danswer/connectors/google_drive/connector.py --- a/backend/danswer/connectors/google_drive/connector.py (revision c7af6a4601d897718400c52a95ccd2cb8fd53cca) +++ b/backend/danswer/connectors/google_drive/connector.py (revision e41e0cc06c75fcd74c0114d6bed92ca132749dc9) @@ -8,6 +8,8 @@ from typing import Any from...
I also ran into an issue with `pptx_to_text` failing with `BadZipFile` exception. I would rather indexing continue with files skipped than fail at first error. So, I changed the above...
I had the same issue and fed the log to Gemini and I got this response: > The Google API is very strict and does not support defining a type...