awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dmayboroda avatar

dmayboroda/minima

0
View on GitHub↗
1,048 星标·103 分支·Python·MPL-2.0·8 次浏览

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.

Star 历史

dmayboroda/minima 的 Star 历史图表dmayboroda/minima 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

dmayboroda/minima 是做什么的?

On-premises conversational RAG with configurable containers

dmayboroda/minima 的主要功能有哪些?

dmayboroda/minima 的主要功能包括:AI & Machine Learning, Large Language Models, Knowledge and Memory, Knowledge Management。

dmayboroda/minima 有哪些开源替代品?

dmayboroda/minima 的开源替代品包括: 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…

Minima 的开源替代方案

相似的开源项目,按与 Minima 的功能重合度排序。
  • ggerganov/llama.cppggerganov 的头像

    ggerganov/llama.cpp

    116,912在 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++
    在 GitHub 上查看↗116,912
  • ggml-org/llama.cppggml-org 的头像

    ggml-org/llama.cpp

    116,799在 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
    在 GitHub 上查看↗116,799
  • agentset-ai/mcp-serveragentset-ai 的头像

    agentset-ai/mcp-server

    30在 GitHub 上查看↗

    Agentset MCP Server - Build RAG with Agentic superpowers

    JavaScript
    在 GitHub 上查看↗30
  • langchain-ai/langchainlangchain-ai 的头像

    langchain-ai/langchain

    139,458在 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
    在 GitHub 上查看↗139,458
查看 Minima 的所有 30 个替代方案→