Ollama for API, which you can integrate into Open WebUI. You can also integrate image generation with ComfyUI I believe.
It's less of a hassle to use Docker for Open WebUI, but ollama works as a regular CLI tool.
Ollama for API, which you can integrate into Open WebUI. You can also integrate image generation with ComfyUI I believe.
It's less of a hassle to use Docker for Open WebUI, but ollama works as a regular CLI tool.
You really think this is all him? Guy's got a full team running the media. The Heritage Foundation's got its grimy hands all over the country.
Look into Cosmic DE. It has a similar vibe if you set up tiling, but without all the headache of configuring all the components so that it is usable.
Didn't this guy just go on French national TV and say that Macron is a dictator?
I think if this guy gets voted in, Romania might say bye bye to its EU funds.
I heard that Poland is also cheering for some MAGA guy in the next election... Troubling times ahead.
For Romania, there might still be a chance in the run-off. However, the difference between the two candidates was quite large (20% difference; 1.8 million votes). Similarly, the other candidates seemed to have voters that would rather vote for the nazi. Most likely all hope is lost, but that 1% chance is still there.
You're right! Sorry for the typo. The older nomic-embed-text
model is often used in examples, but granite-embedding
is a more recent one and smaller for English-only text (30M parameters). If your use case is multi-language, they also offer a bigger one (278M parameters) that can handle English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, Chinese (Simplified). I would test them out a bit to see what works best for you.
Furthermore, if you're not dependent on MariaDB for something else in your system, there are also some other vector databases I would recommend. Qdrant also works quite well, and you can integrate it pretty easily in something like LangChain. It really depends on how much you want to push your RAG workflow, but let me know if you have any other questions.
Have a look at Ollama embeddings. Easy to set up and the models are much smaller than a typical LLM.
No one is stopping them from buying meat though? There are still big sections full of it in stores that you see whenever you go grocery shopping.
Heck, I would ban the ads on all food products if it were me. Same with pharmaceuticals.
My bad, I initially read that we should give Florida to Russia in exchange for Ukraine getting back Crimea, haha. I said giving Alaska instead because it was also part of Russia before, so they could spin it off the narrative similarly to what they did to Ukraine.
But yeah, I don't think the clown in the White House can really understand the situation unless you put it in perspective for him.
Why not give Alaska back to Russia? You know, if we're at the stage where we say we cede territories...
It would be a shame if someone were to make a post with their office locations across Europe and share it in all the European communities on Lemmy...
All the ones I mentioned can be installed with pip or uv if I am not mistaken. It would probably be more finicky than containers that you can put behind a reverse proxy, but it is possible if you wish to go that route. Ollama will also run system-wide, so any project will be able to use its API without you having to create a separate environment and download the same model twice in order to use it.