awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dmayboroda avatar

dmayboroda/minima

0
View on GitHub↗
1,048 stars·103 forks·Python·MPL-2.0·5 vues

Minima

On-premises conversational RAG with configurable containers

Features

  • AI & Machine Learning - Local RAG server for on-premises use
  • Large Language Models - Configurable RAG system for local conversational AI deployment.
  • Knowledge and Memory - Facilitate RAG operations on local file systems.
  • Knowledge Management - Local document chat interface.

Historique des stars

Graphique de l'historique des stars pour dmayboroda/minimaGraphique de l'historique des stars pour dmayboroda/minima

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Minima

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Minima.
  • ggerganov/llama.cppAvatar de ggerganov

    ggerganov/llama.cpp

    116,912Voir sur GitHub↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    C++
    Voir sur GitHub↗116,912
  • ggml-org/llama.cppAvatar de ggml-org

    ggml-org/llama.cpp

    116,799Voir sur GitHub↗

    Llama.cpp is an inference engine designed for the local execution of text-based and multimodal language models on consumer hardware. It provides a core environment for running models that process both text and image inputs, utilizing hardware-accelerated backends to optimize performance across diverse CPU and GPU architectures. The project distinguishes itself by offering a lightweight HTTP server that adheres to standard API specifications, enabling chat completion, embeddings, and reranking services. It includes a suite of tools for model quantization and conversion, which reduces memory us

    C++ggml
    Voir sur GitHub↗116,799
  • agentset-ai/mcp-serverAvatar de agentset-ai

    agentset-ai/mcp-server

    30Voir sur GitHub↗

    Agentset MCP Server - Build RAG with Agentic superpowers

    JavaScript
    Voir sur GitHub↗30
  • langchain-ai/langchainAvatar de langchain-ai

    langchain-ai/langchain

    139,458Voir sur GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Pythonagentsaiai-agents
    Voir sur GitHub↗139,458
Voir les 30 alternatives à Minima→

Questions fréquentes

Que fait dmayboroda/minima ?

On-premises conversational RAG with configurable containers

Quelles sont les fonctionnalités principales de dmayboroda/minima ?

Les fonctionnalités principales de dmayboroda/minima sont : AI & Machine Learning, Large Language Models, Knowledge and Memory, Knowledge Management.

Quelles sont les alternatives open-source à dmayboroda/minima ?

Les alternatives open-source à dmayboroda/minima incluent : ggml-org/llama.cpp — Llama.cpp is an inference engine designed for the local execution of text-based and multimodal language models on… lm-sys/fastchat — FastChat is a training and serving platform for large language models that provides an integrated toolkit for… agentset-ai/mcp-server — Agentset MCP Server - Build RAG with Agentic superpowers. ggerganov/llama.cpp — llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across… langchain-ai/langchain — LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large… nomic-ai/gpt4all — GPT4All is a cross-platform runtime environment designed to execute large language models directly on local consumer…