mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Images and context windows #296
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ale-Ceck on GitHub (Sep 15, 2025).
I'm trying to use multimodal models in order to analyze some pdfs files.
I want to know how the images impact on the context window: pdfs are long and having one image per page i wanted to know what's the maximum number of page i can analyze per query. I read that images don't afflict context window directly, but I can't figure out how they are managed in order to be used by the models.