Ollama Web Search

(ollama.com)

117 points | by jmorgan 3 hours ago ago

73 comments

  • simonw 2 hours ago ago

    I'd love to know what search engine provider they're using under the hood for this. I asked them on Twitter and didn't get a reply (yet) https://twitter.com/simonw/status/1971210260015919488

    Crucially, I want to understand the license that applies to the search results. Can I store them, can I re-publish them? Different providers have different rules about this.

    • mchiang an hour ago ago

      We work with search providers and ensure that we have zero data retention policies in place.

      The search results are yours to own and use. You are free to do what you want with it. Of course you are bound by local laws of the legal jurisdiction you are in.

    • apimade 43 minutes ago ago

      It is strange to launch this type of functionality with not even a privacy policy in place.

      It makes me wonder if they’ve partnered with another of their VC’s peers who’s recently had a cash injection, and they’re being used as a design partner/customer story.

      Exa would be my bet. YC backed them early, and they’ve also just closed a $85M Series B. Bing would be too expensive to run freely without Microsoft partnership.

      Get on that privacy notice soon, Ollama. You’re HQ’d in CA, you’re definitely subject to CCPA. (You don’t need revenue to be subject to this, just being a data controller for 50,000 Californian residents is enough.)

      https://oag.ca.gov/privacy/ccpa

      I can imagine the reaction if it turns out the zero-retention provider backing them ended up being Alibaba.

    • kingnothing an hour ago ago

      You can say you're training an AI model and do whatever you want with it.

  • sorenjan 2 hours ago ago

    I had no idea they had their own cloud offering, I thought the whole point of Ollama was local models? Why would I pay $20/month to use small inferior models instead of using one of the usual AI companies like OpenAI or even Mistral? I'm not going to make an account to use models on my own computer.

    • dcreater an hour ago ago

      Yeah it's been a steady pivot to profitable features. Wonderful to see them build a reputation through FOSS and codebase from free labor to then cash in.

      • kergonath an hour ago ago

        As long as the software that runs locally gets maintained (and ideally improved, though if it is not I’ll simply move to something else), I find it difficult to be angry. I am more annoyed by software companies that offer a nerfed "community edition" whose only purpose is to coerce people into buying the commercial version.

        • dcreater an hour ago ago

          > software companies that offer a nerfed "community edition" whose only purpose is to coerce people into buying the commercial version.

          This is the play. Its only a matter of time till they do it. Investors will want their returns

      • all2 an hour ago ago

        What sort of monetization model would you like to see? What model would you deem acceptable?

        • troyvit a few seconds ago ago

          If I were them I'd go whole-hog on local models and:

          * Work with somebody like System76 or Framework to create great hardware systems come with their ecosystem preinstalled.

          * Build out a PaaS, perhaps in partnership with an existing provider, that makes it easy for anybody to do what Ollama search does. I'm more than half certain I could convince our cash strapped organization to ditch elastic search for that.

          * Partner with Home Assistant, get into home automation and wipe the floor with Echo and its ilk (yeah basically resurrect Mycroft but add whole-house automation to it).

          Each of those are half-baked, but it also took me 7 minutes to come up with them, and they seem more in line with what Ollama tries to represent than a pure cloud play using low-power models.

        • dcreater 42 minutes ago ago

          Ollama , the local inference platform, stays completely local. Maintained by a non-profit org with dev time contributed to by for profit company. The VC backed company can make their cloud inference platform and can use ollama as a platform to market and even integrate, but keep it as a separate product (not named ollama).

          This is almost exactly how duckdb/motherduck functions and I think theyre doing an excellent job.

    • ricardobeat 2 hours ago ago

      For models you can't run locally like gpt-oss-120b, deepseek or qwen3-coder 480b. And a way for them to monetize the success of Ollama.

    • mchiang 2 hours ago ago

      Fair question. Some of the supported models are large and wouldn't fit on most local devices. This is just the beginning, and Ollama does not need to exclude cloud hosted frontier models either with the relationship we've built with the model providers. We just have to be mindful and understand that Ollama stands with developers, and solve the needs.

      https://ollama.com/cloud

      • sorenjan 2 hours ago ago

        > Some of the supported models are large and wouldn't fit on most local devices.

        Why would I use those models on your cloud instead of using Google's or Anthropic's models? I'm glad there are open models available and that they get better and better, but if I'm paying money to use a cloud API I might as well use the best commercial models, I think they will remain much better than the open alternatives for quite some time.

        • mchiang 2 hours ago ago

          When we started Ollama, we were told how open-source (open-weight wasn't a term back then) will always be inferior to the close-sourced models. This was 2 years ago (Ollama's birthday is July 18th, 2023).

          Fast forward to now, open models are quickly catching up, and at a significantly lower price point for most and can be customized for specific tasks instead of being general purpose. For general purpose models, absolutely the closed models are currently dominating.

          • typpilol an hour ago ago

            Ya a lot of ppl don't realize you could spend 2k on a 5090 to run some of the large models.

            Or spend 20 a month for models even a 5090 couldn't run. And not have to spend your own electricity, hardware, maintenance, updates etc.

            • oytis 28 minutes ago ago

              20 a month for a commercial model is price dumping financed by investors. For ollama it's hopefully a sustainable price.

        • ineedasername 2 hours ago ago

          A person can use Google’s Gemma models on ollama’s cloud and possibly pay less. And have more quality control that way (and other types of control I guess) since there is no don’t need to wonder if a recent model update or load balance throttling impacted results. Your use case doesn’t generalize.

      • disiplus an hour ago ago

        hi, to me this sounds like you are going into the direction of openrouter.

  • riskable 11 minutes ago ago

    WTF is going to happen to Google's ad revenue if every PC has an AI that can perform searches on the user's behalf?

    • tartoran 9 minutes ago ago

      They'll have to squeeze it all from Youtube!

  • coffeecoders an hour ago ago

    On a slightly related note-

    I've been thinking about building a home-local "mini-Google" that indexes maybe 1,000 websites. In practice, I rarely need more than a handful of sites for my searches, so it seems like overkill to rely on full-scale search engines for my use case.

    My rough idea for architecture:

    - Crawler: A lightweight scraper that visits each site periodically.

    - Indexer: Convert pages into text and create an inverted index for fast keyword search. Could use something like Whoosh.

    - Storage: Store raw HTML and text locally, maybe compress older snapshots.

    - Search Layer: Simple query parser to score results by relevance, maybe using TF-IDF or embeddings.

    I would do periodic updates and build a small web UI to browse.

    Anyone tried it or are there similar projects?

    • toephu2 5 minutes ago ago

      With LLMs why do you even need a mini-Google?

    • harias an hour ago ago

      YaCy (https://yacy.net) can do all this I think. Cloudflare might block you IP pretty soon though if you try to crawl.

    • fabiensanglard an hour ago ago

      Have you ever tried https://marginalia-search.com ? I love it.

    • matsz an hour ago ago

      You could take a look at the leaked Yandex source code from a few years ago. I'd believe their architecture should be decent enough.

  • anonyonoor 24 minutes ago ago

    I know it might be a security nightmare, but I still want to see an implementation of client-side web search.

    Like a full search engine that can visit pages on your behalf. Is anyone building this?

    • apimade 15 minutes ago ago

      AgenticSeek, or you can get pretty far with local qwen and Playwright-Stealth or SeleniumBase integrated directly into your Chrome (running with Chrome DevTools Protocol enabled).

    • not_really 18 minutes ago ago

      sounds like a good way to get your IP flagged by cloudflare

  • yggdrasil_ai an hour ago ago

    I wish they would instead focus on local tool use. I could just use my own web search via brave api.

    • parthsareen an hour ago ago

      Hey! Author of the blogpost and I also work on Ollama's tool calling. There has been a big push on tool calling over the last year to improve the parsing. What's the issues you're running into with local tool use? What models are you using?

      • vrzucchini an hour ago ago

        Hey, unrelated to the question you're answering but where do I see the rate limits for free and paid tiers?

  • mrkeen 2 hours ago ago

    Any tips on local/enterprise search?

    I like using ollama locally and I also index and query locally.

    I would love to know how to hook ollama up to a traditional full-text-search system rather than learning how to 'fine tune' or convert my documents into embeddings or whatnot.

    • ineedasername an hour ago ago

      You can use solr, very good full text search and it has an mcp integration. That’s sufficient on its own and straightforward to setup:

      https://github.com/mjochum64/mcp-solr-search

      A slightly heavier lift, but only slightly, would be to also use solr to also store a vectorized version of your docs and simultaneously do vector similarity search, solr has built in knn support fort it. Pretty good combo to get good quality with both semantic and full-text search.

      Though I’m not sure if it would be relatively similar work to do solr w/ chromadb, for the vector portion, and marry the result stewards via llm pixie dust (“you are the helpful officiator of a semantic full-text matrimonial ceremony” etc). Also not sure the relative strengths of chromadb vs solr on that- maybe scales better for larger vector stores?

    • all2 an hour ago ago

      docling might be a good way to go here. Or consider one of the existing full text search engines like Typesense.

  • frabonacci an hour ago ago

    This is a nice first step - web search makes sense, and it’s easy to imagine other tools being added next: filesystem, browser, maybe even full desktop control. Could turn Ollama into more than just a model runner. Curious if they’ll open up a broader tool API for third-party stuff too

  • MisterBiggs 2 hours ago ago

    I was hoping for more details about their implementation, I saw ollama as the open source // platform agnostic tool but I worry their recent posturing is going against that

    • jmorgan 2 hours ago ago

      We did consider building functionality into Ollama that would go fetch search results and website contents using a headless browser or similar. However we had a lot of worries about result quality and also IP blocking from Ollama creating crawler-like behavior. Having a hosted API felt like a fast path to get results into users' context window, but we are still exploring the local option. Ideally you'd be able to stay fully local if you want to (even when using capabilities like search)

    • dcreater an hour ago ago

      Their posture has continually been getting worse and worse. It's deceptive and I've expunged it from all my systems

  • nextworddev an hour ago ago

    Can someone tell me how much this costs and how this compares to Tavily etc

    • typpilol an hour ago ago

      Taviy gives you 1k free requests a month.

      Even with heavy ai usage I'm only at like 400/1000 for the month

  • throwaway12345t 2 hours ago ago

    Do they pull their own index like brave or are they using Bing/Google in the background?

    • tripplyons 2 hours ago ago

      Based on the fact that there are very few up-to-date English-language search indexes (Google, Bing, and Brave if you count it), it must be incredibly costly. I doubt they are maintaining their own.

      • throwaway12345t 2 hours ago ago

        We need more indexes

        • pzo 9 minutes ago ago

          perplexity added API today, got the following email:

          > Dear API user, We’re excited to launch the Perplexity Search API — giving developers direct access to the same real-time, high-quality web index that powers Perplexity’s answers.

        • JumpCrisscross an hour ago ago

          > We need more indexes

          Not particularly. Indexes are sort of like railroads. They're costly to build and maintain. They have significant external costs. (For railroads, in land use. For indexes, in crawler pressure on hosting costs.)

          If you build an index, you should be entitled to a return on your investment. But you should also be required to share that investment with others (at a cost to them, of course).

        • tripplyons an hour ago ago

          More competition in the space would be great for me as a consumer, but the problem is that the high fixed costs make starting an index difficult.

        • ineedasername an hour ago ago

          Do we know what OpenAI uses? Have they built their own, or piggy back on moneybags $MS and Bing?

  • dumbmrblah an hour ago ago

    What is the data retention policy for the free account versus the cloud account?

  • drnick1 an hour ago ago

    What "Ollama account?" I am confused, I thought the point of Ollama was to self-host models.

    • mchiang an hour ago ago

      To provide additional features or using Ollama's cloud hosted models, you can signup for an Ollama account.

      For starter, this is completely optional. It can be completely local too for you to publish your own models to ollama.com that you can share with others.

  • chungus42 3 hours ago ago

    My biggest gripe with small models has been the inability to keep it informed with new data. Seems like this at least eases the process.

    • mchiang 3 hours ago ago

      I was pleasantly surprised on the model improvements when testing this feature.

      For smaller models, it can augment it with the latest data by fetching it from the web, solving the problem of smaller models lacking specific knowledge.

      For larger models, it can start functioning as deep research.

  • lxgr 2 hours ago ago

    Does this work with (tool use capable) models hosted locally?

    • parthsareen an hour ago ago

      Hi - author of the post. Yes it does! The "build a search agent" example can be used with a local model. I'd recommend trying qwen3 or gpt-oss

      • lxgr an hour ago ago

        Very cool, thank you!

        Looking forward to try it with a few shell scripts (via the llm-ollama extension for the amazing Python ‘llm’) or Raycast (the lack of web search support for Ollama has been one of my biggest reasons for preferring cloud-hosted models).

        • parthsareen an hour ago ago

          Since we shipped web search with gpt-oss in the Ollama app I've personally been using that a lot more especially for research heavy tasks that I can shoot off. Plus with a 5090 or the new macs it's super fast.

    • yggdrasil_ai an hour ago ago

      I don't think ollama officially supports any proper tool use via api.

      • lxgr an hour ago ago

        Huh, I was pretty sure I used it before, but maybe I’m confusing it with some other python-llm backend.

        Is https://ollama.com/blog/tool-support not it?

        • all2 an hour ago ago

          It depends on the model. Deepseek-R1 says it supports tool use, but the system prompt template does not have the tool-include callouts. YMMV

  • bigyabai 2 hours ago ago

    > Create an API key from your Ollama account.

    Dead on arrival. Thanks for playing, Ollama, but you've already done the leg work in obsoleting yourself.

    • timothymwiti 15 minutes ago ago

      Does anyone know if the python and JavaScript examples on the blog work without an Ollama Account?

    • disiplus 2 hours ago ago

      they had at some point start earning money.

      • bigyabai 2 hours ago ago

        At some point you have to earn user trust. If Ollama won't be the Open Source Ollama API provider, there are several endpoint-compatible alternatives happy to replace them.

        From where I'm standing, there's not enough money in B2C GPU hosting to make this sort of thing worthwhile. Features like paid search APIs this really hammer home how difficult it is to provide value around that proposition.

  • tripplyons 3 hours ago ago

    Just set up SearXNG locally if you want a free/local web search MCP: https://gist.github.com/tripplyons/a2f9d8bd553802f9296a7ec3b...

    • disiplus 2 hours ago ago

      That's what i have together with open webui and gpt-oss-120b. it works reasonably well. But sometimes the searches are slow.

      • tripplyons 2 hours ago ago

        You can try removing search engines that fail or reducing their timeout setting to something faster than the default of a few seconds.

        • disiplus 2 hours ago ago

          SearXNG is fast, its mostly the code that triggers the searches. Because, my daily is chatgpt, i still did not try to tweak it.

          • tripplyons 2 hours ago ago

            I haven't needed to tweak mine for similar reasons, but I'm surprised to hear that the "code that triggers the searches" is slow. Are you referring to something in Open WebUI?

    • mchiang 2 hours ago ago

      I haven't tried SearXNG personally. How does it compare to Ollama's web search in terms of the search content returned?

      • tripplyons 2 hours ago ago

        I have no idea how well Ollama's works, but I haven't ran into any issues with SearXNG. The alternatives aren't worth paying for in any use case I've encountered.