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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to embeddedllm/jamaibase

Open-source alternatives to JamAIBase

30 open-source projects similar to embeddedllm/jamaibase, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best JamAIBase alternative.

  • pathwaycom/llm-appAvatar de pathwaycom

    pathwaycom/llm-app

    59,341Voir sur GitHub↗

    This project is a data processing engine and AI application platform designed for building production-grade machine learning workflows. It provides a unified programming model that handles both historical batch data and live stream ingestion, enabling the development of real-time ETL pipelines and scalable data transformation workflows. The framework distinguishes itself through differential dataflow execution, which propagates only changes through a pipeline rather than recomputing entire datasets. It supports distributed state management across worker nodes and utilizes incremental stream p

    Jupyter Notebookchatbothugging-facellm
    Voir sur GitHub↗59,341
  • vanna-ai/vannaAvatar de vanna-ai

    vanna-ai/vanna

    22,707Voir sur GitHub↗

    Vanna is a Python framework designed to build conversational interfaces that translate natural language into executable database queries. It functions as an enterprise-grade toolkit that connects language models to relational databases, allowing users to retrieve information through conversational prompts rather than manual code. The system maintains context across interactions by utilizing vector databases to store historical query patterns and schema metadata. The framework distinguishes itself through a focus on security and schema-aware generation. It incorporates granular access control,

    Pythonagentaidata-visualization
    Voir sur GitHub↗22,707
  • anthropics/anthropic-cookbookAvatar de anthropics

    anthropics/anthropic-cookbook

    45,984Voir sur GitHub↗

    This repository is a collection of guides, notebooks, and recipes for implementing advanced prompting techniques and workflow patterns with large language models. It serves as a prompt engineering guide, an evaluation suite for scoring prompt quality, and a framework for orchestrating agents and integrating external tools. The project provides implementation patterns for building applications with Claude, specifically focusing on coordinating multiple models to split complex tasks between high-reasoning and high-efficiency agents. It includes technical demonstrations for multimodal data proce

    Jupyter Notebook
    Voir sur GitHub↗45,984

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.

Find more with AI search
  • agentset-ai/agentsetAvatar de agentset-ai

    agentset-ai/agentset

    2,013Voir sur GitHub↗

    The open-source RAG platform: built-in citations, deep research, 22+ file formats, partitions, MCP server, and more.

    TypeScript
    Voir sur GitHub↗2,013
  • answerdotai/rerankersAvatar de AnswerDotAI

    AnswerDotAI/rerankers

    1,621Voir sur GitHub↗

    A lightweight, low-dependency, unified API to use all common reranking and cross-encoder models.

    Python
    Voir sur GitHub↗1,621
  • chonkie-ai/chonkieC

    chonkie-ai/chonkie

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • amazon-science/ragcheckerAvatar de amazon-science

    amazon-science/RAGChecker

    1,093Voir sur GitHub↗

    RAGChecker: A Fine-grained Framework For Diagnosing RAG

    Python
    Voir sur GitHub↗1,093
  • bhavnicksm/chonkieB

    bhavnicksm/chonkie

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • botpress/botpressAvatar de botpress

    botpress/botpress

    14,748Voir sur GitHub↗

    Botpress is a conversational AI builder and LLM agent platform used to design chatbot workflows and orchestrate agents powered by large language models. It provides a framework for managing the entire lifecycle of these agents, from initial creation through to deployment across various production environments. The platform includes a custom integration SDK for developing and publishing third-party connectors that extend agent capabilities. These tools allow for the creation of custom plugins that connect AI agents to external APIs and third-party services. The system supports both visual des

    TypeScript
    Voir sur GitHub↗14,748
  • bragai/brag-langchainAvatar de bragai

    bragai/bRAG-langchain

    4,028Voir sur GitHub↗

    bRAG-langchain is a framework for building retrieval augmented generation pipelines using LangChain to connect documents with language models. It functions as a vector store orchestrator that manages document indexing and retrieval strategies to improve context accuracy. The system implements an advanced retrieval pipeline featuring a semantic query router that directs natural language inputs to specific data sources or prompts. It includes a metadata filtering engine that translates natural language queries into structured schemas to narrow search results. The project covers hybrid search o

    Jupyter Notebookagentic-ragaichatbot
    Voir sur GitHub↗4,028
  • canner/wrenaiAvatar de Canner

    Canner/WrenAI

    14,437Voir sur GitHub↗

    WrenAI is a platform designed to enable natural language interaction with relational and analytical databases. By combining a text-to-SQL engine with semantic data modeling, it allows users to explore structured data through plain language questions, removing the requirement for manual code generation. The system functions by grounding natural language requests in a predefined business logic layer rather than raw database schemas. This semantic approach, supported by context-aware prompt engineering, ensures that generated queries remain consistent and accurate across an organization. The pla

    TypeScriptagentanthropicbedrock
    Voir sur GitHub↗14,437
  • chatchat-space/langchain-chatchatAvatar de chatchat-space

    chatchat-space/Langchain-Chatchat

    38,211Voir sur GitHub↗

    Langchain-Chatchat is a system for building retrieval-augmented generation applications and autonomous AI agents. It integrates a knowledge base management system and an agent framework to enable language models to interact with private documents and execute multi-step tasks through external tools. The platform supports local deployment of language models on private infrastructure to operate without an internet connection. It includes a multimodal AI platform that combines vision models for image analysis with text-to-image generation capabilities. The system provides a web-based conversatio

    Pythonchatbotchatchatchatglm
    Voir sur GitHub↗38,211
  • flagopen/flagembeddingAvatar de FlagOpen

    FlagOpen/FlagEmbedding

    11,833Voir sur GitHub↗

    FlagEmbedding is a comprehensive toolkit designed for training, benchmarking, and deploying embedding models, retrieval systems, and augmented generation pipelines. It provides the necessary infrastructure to transform text into high-dimensional vector representations and organize them into searchable structures for semantic search applications. The framework distinguishes itself through specialized capabilities for fine-tuning pre-trained embedding and reranking models on domain-specific datasets. By allowing users to adapt models to unique vocabularies and specialized retrieval tasks, it en

    Pythonembeddingsinformation-retrievalllm
    Voir sur GitHub↗11,833
  • cinnamon/kotaemonAvatar de Cinnamon

    Cinnamon/kotaemon

    25,139Voir sur GitHub↗

    Kotaemon is an orchestration framework designed for building modular, agentic workflows that integrate document processing, retrieval-augmented generation, and multi-step reasoning. It provides a comprehensive platform for developing document-based question answering systems, allowing users to chain language models, prompt templates, and external tools into complex, automated pipelines. The system distinguishes itself through a highly modular architecture that emphasizes component-based composition and schema-driven data exchange. It supports autonomous agents capable of decomposing complex q

    Pythonchatbotllmsopen-source
    Voir sur GitHub↗25,139
  • comet-ml/opikAvatar de comet-ml

    comet-ml/opik

    17,787Voir sur GitHub↗

    Opik is an observability and evaluation platform designed for generative AI applications and agentic workflows. It provides a centralized environment for tracing execution flows, managing prompt templates, and monitoring production performance, allowing teams to gain visibility into complex model interactions and tool usage without requiring manual application code changes. The platform distinguishes itself through its integrated approach to the AI development lifecycle, combining distributed trace instrumentation with automated evaluation frameworks. It supports model-as-a-judge scoring, syn

    Pythonevaluationhacktoberfesthacktoberfest2025
    Voir sur GitHub↗17,787
  • circlemind-ai/fast-graphragAvatar de circlemind-ai

    circlemind-ai/fast-graphrag

    3,811Voir sur GitHub↗

    Fast-GraphRAG is a system for generating and querying knowledge graphs from domain data. It uses a GraphRAG retrieval workflow to traverse structured data and isolate precise evidence for answering complex questions. The project utilizes an agent-driven retrieval framework to coordinate the querying of knowledge graphs and the synthesis of final answers. It supports incremental data synchronization, allowing structured knowledge bases to be updated in real time as source information evolves. The system integrates with API-compatible language models and embedding providers to power its data p

    Python
    Voir sur GitHub↗3,811
  • confident-ai/deepevalAvatar de confident-ai

    confident-ai/deepeval

    13,733Voir sur GitHub↗

    Deepeval is a framework for testing and evaluating large language model applications. It provides a suite of tools for executing automated regression tests, validating model output quality against defined standards, and tracing the execution of complex agent workflows. By integrating these capabilities into development pipelines, the platform ensures consistent performance and reliability throughout the software lifecycle. The platform distinguishes itself through its focus on programmatic validation and observability. It utilizes secondary language models to score output quality and employs

    Pythonevaluation-frameworkevaluation-metricsllm-evaluation
    Voir sur GitHub↗13,733
  • datascienceuibk/rankifyD

    DataScienceUIBK/rankify

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • deepset-ai/haystackAvatar de deepset-ai

    deepset-ai/haystack

    24,253Voir sur GitHub↗

    Haystack is an orchestration framework designed for building complex search and generative AI pipelines. It functions as an agentic workflow engine, enabling the construction of automated sequences that allow AI agents to perform multi-step reasoning and data analysis. The framework utilizes a modular, component-based architecture that connects processing steps into directed acyclic graphs. By employing a provider-agnostic integration layer, it decouples core logic from specific external AI services and vector databases, allowing for the flexible exchange of underlying technologies. This desi

    MDXagentagentsai
    Voir sur GitHub↗24,253
  • docailab/xragD

    DocAILab/XRAG

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • docarray/docarrayAvatar de docarray

    docarray/docarray

    3,121Voir sur GitHub↗

    Represent, send, store and search multimodal data

    Python
    Voir sur GitHub↗3,121
  • dssjon/biblosAvatar de dssjon

    dssjon/biblos

    231Voir sur GitHub↗

    www.biblos.app

    Python
    Voir sur GitHub↗231
  • eosphoros-ai/db-gptAvatar de eosphoros-ai

    eosphoros-ai/DB-GPT

    18,999Voir sur GitHub↗

    DB-GPT is an agentic data analysis platform and business intelligence AI that functions as a large language model data assistant. It provides a text-to-SQL interface and a sandboxed code execution environment to translate natural language into executable database queries and Python scripts. The platform utilizes iterative agentic reasoning to plan and execute multi-step data analysis workflows through tool calls. It features a modular skill-based extension system that allows domain knowledge and analysis workflows to be packaged into reusable functional components. The system integrates data

    Pythonagentsbgidatabase
    Voir sur GitHub↗18,999
  • explodinggradients/ragasAvatar de explodinggradients

    explodinggradients/ragas

    14,400Voir sur GitHub↗

    Ragas is an evaluation framework and performance benchmark designed to quantify the quality of retrieval augmented generation pipelines. It functions as an application optimizer to identify bottlenecks in language model workflows using automated metrics and model-based scoring. The framework includes a system for generating synthetic datasets that mimic production scenarios and edge cases to create realistic test cases. It enables reference-free assessment, allowing the evaluation of response quality by analyzing grounding in the provided context without requiring gold-standard labels. The s

    Python
    Voir sur GitHub↗14,400
  • extensityai/symbolicaiAvatar de ExtensityAI

    ExtensityAI/symbolicai

    1,729Voir sur GitHub↗

    A neurosymbolic perspective on LLMs

    Python
    Voir sur GitHub↗1,729
  • facebookresearch/faissAvatar de facebookresearch

    facebookresearch/faiss

    40,302Voir sur GitHub↗

    This project is a high-performance library designed for the similarity search and clustering of dense vectors across massive datasets. It functions as a vector similarity search engine, providing the necessary tools to organize complex numerical data into specialized structures that facilitate rapid retrieval and efficient querying of millions of records. The library distinguishes itself through a variety of advanced indexing and compression techniques, including hierarchical navigable small worlds for logarithmic time complexity and inverted file indexing to partition vector spaces into mana

    C++
    Voir sur GitHub↗40,302
  • asg017/sqlite-vecAvatar de asg017

    asg017/sqlite-vec

    6,961Voir sur GitHub↗

    sqlite-vec is a C-based vector library and SQLite extension that adds virtual tables for storing and querying high-dimensional embeddings. It functions as a database plugin for performing nearest neighbor searches using distance metrics such as L2, cosine, and Hamming distance. The project provides a portable embedding store that supports deployment across Android, iOS, desktop environments, and web browsers via WebAssembly. It distinguishes itself by converting numerical arrays into compact binary formats and utilizing quantization to reduce the memory footprint and storage size of vector in

    Csqlitesqlite-extension
    Voir sur GitHub↗6,961
  • gabrielchua/ragxplorerAvatar de gabrielchua

    gabrielchua/RAGxplorer

    1,219Voir sur GitHub↗

    Open-source tool to visualise your RAG 🔮

    Jupyter Notebook
    Voir sur GitHub↗1,219
  • getzep/graphitiAvatar de getzep

    getzep/graphiti

    22,936Voir sur GitHub↗

    Graphiti is a backend framework and memory server designed to provide artificial intelligence agents with persistent, time-aware knowledge graph storage. It functions as a memory layer that enables agents to maintain context across long-term interactions by recording and evolving structured data over time. The system distinguishes itself through a specialized temporal graph database that tracks how entities and relationships change using validity windows. By combining semantic vector similarity, keyword matching, and graph topology traversal, the engine performs hybrid retrieval to locate rel

    Pythonagentsgraphllms
    Voir sur GitHub↗22,936
  • aiplanethub/beyondllmAvatar de aiplanethub

    aiplanethub/beyondllm

    296Voir sur GitHub↗

    Build - Rapid Experiment - Evaluate - Observability

    Jupyter Notebook
    Voir sur GitHub↗296