Adam Murphy

Results 30 comments of Adam Murphy

> This would require changing the design of libspatialindex. 👎 I thought it might > We would happily merge a PR that implemented a better error message and a test...

Is your issue that I've linked to the wrong PR/issue? Or more that we're updating the docs instead of fixing the problem? I can help with the former but not...

> pickling isn't the same as "supports disk serialization" I didn't know this. The docs give the impression that pickling is synonymous with disk serialisation. Indeed, so does the code....

@martinfleis understood, I get the performance considerations. > We might want to better document this @jorisvandenbossche I agree, this isn't obvious

Also not working for me. Using WSL windows. Quick start guide is useless

Ahh ok, I was using python 3.10. Didn't realise you had to use 3.12. Will try this again soon. Update: typo above, you _need to use python 3.11_

I'm also having this issue. Note that this still doesn't work even if you base64 encode the pdfs. ```python import os from pathlib import Path from base64 import b64encode import...

Update: switching to VertexAI did the trick for me! 1. Install libraries: `pip install vertexai langchain_google_vertexai` 2. Set .env vars 1. Chunk PDFs below 50MB 2. Upload to GCS and...

Switching to Vertex AI will help, see my above [answer](https://github.com/google-gemini/deprecated-generative-ai-python/issues/500#issuecomment-2624675306) for python implementation