Benchmarking Ollama Embeddings with a Minimal Node.js Script
Semantic search is becoming easier to prototype thanks to lightweight models and tools like Ollama’s nomic-embed-text. I wanted to see how well a local solution would perform—without relying on cloud services or heavyweight vector databases. So I built a tiny Node.js script that: Here’s what I
Read MoreLogistikoptimierung mit den Auto-Sharding-Funktionen von MemCP
Einführung In der Logistikbranche ist Effizienz der Schlüssel zum Erfolg. Ob es darum geht, Lieferketten transparent zu machen oder große Mengen an Tracking-Daten in Echtzeit zu verarbeiten – Unternehmen benötigen skalierbare und leistungsstarke Datenbanksysteme. MemCP, eine moderne In-Memory-Datenbank, bietet mit seiner Auto-Sharding-Technologie eine bahnbrechende Lösung zur
Read MoreTelecommunications: Real-Time Network Anomaly Detection with MemCP
Introduction In the fast-paced telecommunications industry, maintaining network stability and reliability is critical. With increasing data traffic, the ability to detect and respond to network anomalies in real-time can make or break customer trust. MemCP, a cutting-edge in-memory database solution, offers powerful tools tailored to meet
Read MoreLaunix unterstützt auch 2024 wieder OpenSource-Projekte
Das Launix-Ökosystem baut sehr stark auf OpenSource auf. Launix ist ein Verfechter freier Software und unterstützt die Community auch, indem es Code zurückgibt.
Read MoreRevisiting Non-Blocking Maps in Go
Maps in Golang have a very delicate drawback: As soon as you try to write on them while other reads are reading or writing on it, your program will crash.
Read MoreAnnouncement: MemCP gets adaptible consistency layer
MemCP is now capable of serializing and deserializing data from RAM.
Read MoreStoring a Bit smaller than in one Bit
When thinking about compression, one often thinks that a bit can not be compressed in less than a bit. In this article, I will prove otherwise.
Read MoreSequence Compression in In-Memory Database yields 99% memory savings and a total of 13%
One of the most interesting compression techniques on columnar storages is sequence compression.
Read MoreAccessing MemCP via scheme
MemCPs native access technology is the scheme scripting language.
Read More