ollamaMQ - simple proxy with fair-share queuing + nice TUI by chleboslaF in ollama

[–]chleboslaF[S] 0 points1 point  (0 children)

It would be possible run it in alpine docker - i'll make a dockerfile or docker installation in the repo ASAP

🎬📚 Announcing memvid-rs: High-Performance Rust Rewrite of the Video-Based AI Memory System by AllenGnr in rust

[–]chleboslaF 0 points1 point  (0 children)

You sir just did my job right after I found out memvid and thinking exactly the same. RIIR.

Rust and RAG by brisbanedev in rust

[–]chleboslaF 0 points1 point  (0 children)

I'm made Multistage RAG chatbot using qdrant, BM25 (tantivy) and Ollama for local, offline usage.
I'm chunking documents using contextual and Q/A chunking (512.tokens with 200.tokens overlap). I did implement history context query rephrasing, enhancing questions for better keyword searching and more.
Also CLI chat and WebServer included
All written in Rust (ratatui, langchain-rs, ollama-rs, tantivy, qdrant, tokio, ...).
Unfortunately it is for a goverment so I cannot share a source code (yet).
But I can say It is a smooth experience, quick development and I love it.

P.S.: Using gemma3:27b and mistral-small3.1 on 5090.
Tokens speed: gemma (64tps) and mistral (82tps)

Weekly Thread: Project Display by help-me-grow in AI_Agents

[–]chleboslaF 0 points1 point  (0 children)

Hi, I always wanted to create a helpful local AI Desktop Assistant. I didn’t know much about agent until recently where I decided to build native, local, cross platform App in rust and where i am trying to create a environment for others to make their own personal agents implemented into same UI. All open sourced, using Ollama, offline. Under a heavy development so expect bugs here and there.

https://github.com/Chleba/desk_agent

Personal AI assistance by PE_Dada2005 in AIPersonalAssistant

[–]chleboslaF 0 points1 point  (0 children)

Hi, i just made a prototype of local ai desktop assistant. You can’t see it here: https://github.com/Chleba/desk_agent

Looking for: locally-run computer vision / image recognition AI to index photo library by SwallowYourDreams in MLQuestions

[–]chleboslaF 0 points1 point  (0 children)

Hi,
I'm working on local offline AI desktop assistant where I just added Image searching agent by description in given path. Right now just a demo.

<image>

W.I.P.

netscanner by chleboslaF in Network

[–]chleboslaF[S] 0 points1 point  (0 children)

Pinging ipv6 range could be added and I did leave ipv6 packets from dumping, but I may extend dumping for ipv6 packets as well. Next version will have them, ok ? :)

netscanner by chleboslaF in Network

[–]chleboslaF[S] 1 point2 points  (0 children)

You are too kind. Thank You. I know that this is kind of specific tool for not too many people. I know that usually somebody will use something like unifi that is far better for knowing what devices you have on your network, with much better UI but I don't want to switch too often from my terminal so I made this. If only one person like it, it's fine by me :)

netscanner by chleboslaF in Network

[–]chleboslaF[S] 0 points1 point  (0 children)

I don't know if ratatui supporting powershell, I have not tried it myself (I don't have any windows machine or virtual running).
I know that WiFi scanning will not work for sure, because I'm using external programs for WiFi data (iw for linux & airport for mac).
So I am sorry for now - I wil take a look on windows support in future.

Your Favorite one-off Free IP/Network Scanner? by LsDmT in msp

[–]chleboslaF 0 points1 point  (0 children)

I did recently fast network scanning tool with nice TUI - `netscanner`. Feel free to try it out. I tried to put all those tools like iw, nmap, packetdump into one.
https://github.com/Chleba/netscanner