mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#offlineai

0 posts0 participants0 posts today

🦙📡 New offline RAG tutorial just dropped!

"Make Your Offline AI Model Talk to Local SQL DB"

➤ SentenceTransformer for embeddings
➤ FAISS for semantic search
➤ Local LLaMA (via llama.cpp) for generation
➤ SQL Server for storage

🔐 Fully local & private — perfect for edge computing or secure AI workflows

🎥 Video link: youtube.com/watch?v=3jFpLNglWB

🚀 Χρησιμοποιήστε AI τοπικά στο @ONLYOFFICE με τo Ollama! 🤖🔒

Αποκτήστε πρόσβαση σε ισχυρά μοντέλα AI χωρίς σύνδεση στο διαδίκτυο, διατηρώντας ταυτόχρονα την απόλυτη ιδιωτικότητα των εγγράφων σας! 📂🔐

🔹 Χωρίς καθυστερήσεις δικτύου
🔹 Πλήρης έλεγχος των δεδομένων σας
🔹 Υποστήριξη για Llama, Mistral, DeepSeek & πολλά άλλα

📖 Διαβάστε το ολοκληρωμένο guide εδώ: onlyoffice.com/blog/el/2025/06

ONLYOFFICE Blog · Χρήση Ollama AI offline στο ONLYOFFICE | ONLYOFFICE BlogΜάθετε πώς να ενσωματώσετε τα μοντέλα AI της Ollama στο ONLYOFFICE για ιδιωτική, offline εργασία.

Tom’s Hardware: VLC demos AI-generated subtitles as it hits new milestone of 6 billion downloads. “Interestingly, VLC’s upcoming AI-powered subtitle feature seems to take inspiration from advancements like OpenAI’s Whisper, an automatic speech recognition (ASR) system designed to transcribe audio into text. … However, VLC is taking a different approach where the AI-models will operate […]

https://rbfirehose.com/2025/01/12/toms-hardware-vlc-demos-ai-generated-subtitles-as-it-hits-new-milestone-of-6-billion-downloads/

ResearchBuzz: Firehose | Individual posts from ResearchBuzz · Tom’s Hardware: VLC demos AI-generated subtitles as it hits new milestone of 6 billion downloads | ResearchBuzz: Firehose
More from ResearchBuzz: Firehose

Ever wondered how to build an offline, personal RAG chatbot? 💬 I just shared a guide on creating a simple, local-only solution using Bun, libSQL, LangChain.js, and Ollama. 💻✨

🌐 While everyone’s out there using Python for this kind of thing, I tackled it in JavaScript/TypeScript! No cloud dependency or API keys—just your machine and local resources. Perfect for anyone who wants privacy and full control. 🛡️

#RAG #AI #OfflineAI #LangChain #Ollama #JavaScript #Bun

flori.dev/reads/offline-rag-wi

flori.devOffline RAG with Bun, libSQL, LangChain.js, and OllamaHow a simple, personal, offline-only RAG chatbot could look? A command-line tool that would import a single PDF at a time and allow me to chat with its contents was the goal. Being comfortable writing TypeScript, I decided to give it a go using Bun, libSQL, LangChain.js and Ollama.