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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/GenerativeAIExamples

0
View on GitHub↗
3,802 stars·980 forks·Jupyter Notebook·apache-2.0·4 views

GenerativeAIExamples

This project is a library of reference implementations and blueprints for deploying large language models and generative AI workflows. It provides a collection of practical examples designed to guide the deployment of generative systems.

The repository features architectural patterns for autonomous agentic workflows that utilize reasoning and tool integration to execute multi-step tasks. It also includes frameworks and templates for building retrieval-augmented generation pipelines that connect language models to vector databases and external data sources.

The codebase covers several functional areas, including the construction of knowledge graphs for structured relational data and the integration of voice interfaces for speech-to-text and text-to-speech processing. It also provides tools for evaluating the quality and reliability of model outputs and optimizing retrieval performance.

Features

  • LLM and Transformer Examples - Serves as a collection of practical code implementations and blueprints for deploying large language models and workflows.
  • Agentic Workflow Automations - Ships platforms for designing and executing stateful, multi-step sequences that integrate tools and human oversight.
  • Autonomous Agent Orchestration - Provides frameworks for deploying modular agents that automate complex, multi-step workflows with human oversight.
  • RAG Pipelines - Implements workflows that tune data retrieval and processing stages to optimize generative results for business needs.
  • RAG Frameworks - Provides reference architectures and development environments for building retrieval-augmented generation applications.
  • Retrieval Augmented Generation Pipelines - Provides a framework for connecting language models to external data sources and vector databases via RAG pipelines.
  • Agentic Workflows - Provides architectural patterns and templates for building autonomous agents that use reasoning and tool integration.
  • AI Voice and Video Integration - Offers examples for integrating speech-to-text and text-to-speech interfaces into generative AI applications.
  • Conversational Voice Pipelines - Implements coordinated workflows integrating speech-to-text and text-to-speech for real-time voice interactions.
  • Generative Model Evaluation - Includes frameworks for assessing the quality and reliability of responses produced within generative pipelines.
  • Knowledge Graph Construction - Implements automated processes for building graph structures from datasets to improve retrieval precision.
  • Retrieval Optimization - Provides strategies for refining data splitting and querying to enhance the precision and speed of retrieval.
  • Multimodal Voice Integrations - Integrates speech-to-text, language models, and text-to-speech for real-time multimodal voice interactions.
  • Knowledge Graph Construction Tools - Provides frameworks for building interconnected relational data structures to enhance information retrieval accuracy.
  • RAG Pipeline Optimizers - Provides configurations and tools for tuning document parsing and retrieval latency to improve response precision.

Star history

Star history chart for nvidia/generativeaiexamplesStar history chart for nvidia/generativeaiexamples

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to GenerativeAIExamples

Similar open-source projects, ranked by how many features they share with GenerativeAIExamples.
  • datawhalechina/llm-universedatawhalechina avatar

    datawhalechina/llm-universe

    13,269View on GitHub↗

    llm-universe is a structured learning resource and technical guide focused on the development of large language model applications. It serves as a curriculum for mastering model orchestration, the creation of autonomous conversational agents, and the implementation of retrieval-augmented generation systems. The project provides detailed instructions on connecting model APIs with memory and tools to create execution chains. It specifically covers the construction of retrieval pipelines, including the process of cleaning raw documents, generating embeddings, and integrating vector databases to

    Jupyter Notebooklangchainrag
    View on GitHub↗13,269
  • the-pocket/pocketflowThe-Pocket avatar

    The-Pocket/PocketFlow

    10,046View on GitHub↗

    PocketFlow is a graph-based framework for designing and executing large language model operations and reasoning patterns. It serves as an orchestrator for building goal-oriented autonomous agents, multi-agent systems, and retrieval-augmented generation pipelines. The system is distinguished by its ability to coordinate autonomous AI agents that use shared memory and tools to solve complex goals, supported by a structured output engine that enforces schema-consistent responses. It utilizes graph-based workflow orchestration to manage sequences of model operations and supports supervisor-based

    Pythonagentic-aiagentic-frameworkagentic-workflow
    View on GitHub↗10,046
  • marker-inc-korea/autoragMarker-Inc-Korea avatar

    Marker-Inc-Korea/AutoRAG

    4,833View on GitHub↗

    AutoRAG is an automation layer and optimization tool for retrieval-augmented generation. It provides a framework for measuring pipeline performance through an evaluation system and an automated search strategy that identifies the most effective combinations of retrieval and generation modules. The system distinguishes itself through AutoML-style optimization, using hyperparameter grid searches and automated trials to find the highest performing architectural configuration for a specific dataset. It includes a specialized dataset generator that creates synthetic question-answer pairs and groun

    Python
    View on GitHub↗4,833
  • ardanlabs/serviceardanlabs avatar

    ardanlabs/service

    4,030View on GitHub↗

    This project provides a set of structural templates and frameworks for bootstrapping production servers, high-performance backends, Kubernetes microservices, and AI pipelines using the Go programming language. It serves as a foundational architecture for building high-throughput infrastructure and scalable production servers with integrated routing and middleware. The framework includes a specialized infrastructure for developing retrieval-augmented generation systems, emphasizing local model inference and secure data sovereignty. It further provides a dedicated microservice template for cont

    Go
    View on GitHub↗4,030
See all 30 alternatives to GenerativeAIExamples→

Frequently asked questions

What does nvidia/generativeaiexamples do?

This project is a library of reference implementations and blueprints for deploying large language models and generative AI workflows. It provides a collection of practical examples designed to guide the deployment of generative systems.

What are the main features of nvidia/generativeaiexamples?

The main features of nvidia/generativeaiexamples are: LLM and Transformer Examples, Agentic Workflow Automations, Autonomous Agent Orchestration, RAG Pipelines, RAG Frameworks, Retrieval Augmented Generation Pipelines, Agentic Workflows, AI Voice and Video Integration.

What are some open-source alternatives to nvidia/generativeaiexamples?

Open-source alternatives to nvidia/generativeaiexamples include: datawhalechina/llm-universe — llm-universe is a structured learning resource and technical guide focused on the development of large language model… the-pocket/pocketflow — PocketFlow is a graph-based framework for designing and executing large language model operations and reasoning… marker-inc-korea/autorag — AutoRAG is an automation layer and optimization tool for retrieval-augmented generation. It provides a framework for… ardanlabs/service — This project provides a set of structural templates and frameworks for bootstrapping production servers,… 0xplaygrounds/rig — Rig is a framework for building large language model applications, featuring a multi-provider client and a workflow… imclumsypanda/langchain-chatglm — This project is a LangChain-based framework for building retrieval-augmented generation systems, autonomous agents,…