awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dmayboroda avatar

dmayboroda/minima

0
View on GitHub↗
1,048 stele·103 fork-uri·Python·MPL-2.0·2 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru dmayboroda/minimaGraficul istoricului de stele pentru dmayboroda/minima

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Minima

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Minima.
  • ggerganov/llama.cppAvatar ggerganov

    ggerganov/llama.cpp

    116,912Vezi pe 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++
    Vezi pe GitHub↗116,912
  • ggml-org/llama.cppAvatar ggml-org

    ggml-org/llama.cpp

    116,799Vezi pe 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
    Vezi pe GitHub↗116,799
  • agentset-ai/mcp-serverAvatar agentset-ai

    agentset-ai/mcp-server

    30Vezi pe GitHub↗

    Agentset MCP Server - Build RAG with Agentic superpowers

    JavaScript
    Vezi pe GitHub↗30
  • langchain-ai/langchainAvatar langchain-ai

    langchain-ai/langchain

    139,458Vezi pe 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
    Vezi pe GitHub↗139,458
Vezi toate cele 30 alternative pentru Minima→

Întrebări frecvente

Ce face dmayboroda/minima?

On-premises conversational RAG with configurable containers

Care sunt principalele funcționalități ale dmayboroda/minima?

Principalele funcționalități ale dmayboroda/minima sunt: AI & Machine Learning, Large Language Models, Knowledge and Memory, Knowledge Management.

Care sunt câteva alternative open-source pentru dmayboroda/minima?

Alternativele open-source pentru dmayboroda/minima includ: 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…