mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Is there an example in the project where a DOC file is used as input for inference? #217
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 @20246688 on GitHub (Feb 10, 2025).
Is there an example in the project where a DOC file is used as input for inference?
@ParthSareen commented on GitHub (Feb 10, 2025):
I think what you're looking for is something along RAG. You'd have to create your own document processor (and RAG pipeline if that's what you're looking for) to use DOC files as input to the model