Practical guide to multimodal embedding and reranker models that extend traditional RAG pipelines to handle text, images, and other modalities in a shared embedding space. Covers model loading, encoding mixed-modality inputs, and computing cross-modal similarities with concrete code examples and performance considerations.
MemPalace is an open-source local AI memory system that stores raw conversation transcripts in ChromaDB without summarization, achieving 96.6% on LongMemEval benchmarks. It organizes conversations hierarchically (wings/halls/rooms) for semantic searchability and includes an experimental AAAK compression dialect for handling repeated entities at scale, though the developers transparently document current limitations (84.2% recall with AAAK vs 96.6% with raw storage).
open-multi-agent is a lightweight TypeScript multi-agent orchestration framework with minimal dependencies (3 runtime deps) designed for goal-driven agent coordination in Node.js environments. It provides a simpler alternative to LangGraph (declarative graph approach) and CrewAI (Python), with built-in features like structured output, task retry, and human-in-the-loop capabilities.
A curated directory of production-ready open-source AI tools and libraries organized by category (core frameworks, models, inference, agents, RAG, training, deployment, benchmarks, safety). Highlights practical CLI tools like PR-Agent, Gemini CLI, LLM, and Repomix that directly integrate AI into developer workflows.