mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Feature Request: Ollama Tools #293
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 @HamzaYslmn on GitHub (Aug 16, 2025).
Feature Request: RAG-Powered Web and File Search and Other Tools
I really enjoy the convenience that Ollama provides when running locally 👍 However, some tools don’t directly integrate with the current library.
It would be amazing if RAG (Retrieval-Augmented Generation) features could be added for both web search and local file search. This would make the experience far more powerful and still easy to use.
@andreamoro commented on GitHub (Aug 24, 2025):
This is the same issue I've opened a couple of days ago.
https://github.com/ollama/ollama-python/issues/562
I've built a bit more than a wrapper in the meantime, link is available in my original issue
@HamzaYslmn commented on GitHub (Aug 28, 2025):
Not the same issue. You are looking for MCP setup with the structured output feature.
Im searching RAG and other tools.
@ParthSareen commented on GitHub (Oct 3, 2025):
@HamzaYslmn did you check out https://ollama.com/blog/web-search?
@HamzaYslmn commented on GitHub (Oct 3, 2025):
yes but file search still not available,
@ParthSareen commented on GitHub (Oct 3, 2025):
@HamzaYslmn file search is a bit harder to do as a "primitive" since there are quite a few steps to it. We might have some simpler ones soon but not planning to do that.
@HamzaYslmn commented on GitHub (Oct 3, 2025):
At least if it could read basic things like PDFs, that would be sufficient. Do OCR, vectorize the text like on the web etc