h2ogpt

Private chat with local GPT with document, images, video, etc. 100% private, Apache 2.0. Supports oLLaMa, Mixtral, llama.cpp, and more. Demo: https://gpt.h2o.ai/ https://gpt-docs.h2o.ai/ (by h2oai)

H2ogpt Alternatives

Similar projects and alternatives to h2ogpt

  1. llama.cpp

    LLM inference in C/C++

  2. InfluxDB

    InfluxDB โ€“ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. airbyte

    154 h2ogpt VS airbyte

    The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.

  4. gpt4all

    148 h2ogpt VS gpt4all

    GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.

  5. private-gpt

    133 h2ogpt VS private-gpt

    Interact with your documents using the power of GPT, 100% privately, no data leaks

  6. ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  7. LocalAI

    :robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed, P2P inference

  8. FLiPStackWeekly

    FLaNK AI Weekly covering Apache NiFi, Apache Flink, Apache Kafka, Apache Spark, Apache Iceberg, Apache Ozone, Apache Pulsar, and more...

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. llama_index

    78 h2ogpt VS llama_index

    LlamaIndex is the leading framework for building LLM-powered agents over your data.

  11. bark

    67 h2ogpt VS bark

    ๐Ÿ”Š Text-Prompted Generative Audio Model

  12. khoj

    51 h2ogpt VS khoj

    Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (gpt, claude, gemini, llama, qwen, mistral). Get started - free.

  13. serge

    40 h2ogpt VS serge

    A web interface for chatting with Alpaca through llama.cpp. Fully dockerized, with an easy to use API.

  14. MiniGPT-4

    37 h2ogpt VS MiniGPT-4

    Open-sourced codes for MiniGPT-4 and MiniGPT-v2 (https://minigpt-4.github.io, https://minigpt-v2.github.io/)

  15. quivr

    24 h2ogpt VS quivr

    Opiniated RAG for integrating GenAI in your apps ๐Ÿง  Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.

  16. llama_farm

    Discontinued Use local llama LLM or openai to chat, discuss/summarize your documents, youtube videos, and so on.

  17. h2o-llmstudio

    H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs. Documentation: https://docs.h2o.ai/h2o-llmstudio/

  18. semantra

    18 h2ogpt VS semantra

    Multi-tool for semantic search

  19. local_llama

    This repo is to showcase how you can run a model locally and offline, free of OpenAI dependencies.

  20. core

    14 h2ogpt VS core

    AI agent microservice (by cheshire-cat-ai)

  21. privateGPT

    1 h2ogpt VS privateGPT

    Discontinued Interact with your documents using the power of GPT, 100% privately, no data leaks [Moved to: https://github.com/zylon-ai/private-gpt]

  22. localGPT

    29 h2ogpt VS localGPT

    Chat with your documents on your local device using GPT models. No data leaves your device and 100% private.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better h2ogpt alternative or higher similarity.

h2ogpt discussion

Log in or Post with

h2ogpt reviews and mentions

Posts with mentions or reviews of h2ogpt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-07.
  • Major Technologies Worth Learning in 2025 for Data Professionals
    5 projects | dev.to | 7 Dec 2024
    Artificial Intelligence (AI) is becoming a ubiquitous, and dare I say, indispensable part of data workflows. Tools like ChatGPT have made it easier to review data and write reports. But diving even deeper, tools like DataRobot, H2O.ai, and Googleโ€™s AutoML are also simplifying machine learning pipelines and automating repetitive tasks, enabling professionals to focus on high-value activities like model optimization and data storytelling. Mastering these tools will not only boost productivity but also ensure you remain competitive in an AI-first world.
  • AI Democratization: Unlocking the Power of Artificial Intelligence for All
    1 project | dev.to | 31 Oct 2024
    Open-Source AI Frameworks: Open-source tools like TensorFlow, PyTorch, and H2O.ai allow developers to build and share AI models. These frameworks are freely available, fostering collaboration and innovation within the AI community.
  • Multi AI Agent Systems Using OpenAI's New GPT-4o Model
    4 projects | news.ycombinator.com | 17 May 2024
  • Ask HN: How do I train a custom LLM/ChatGPT on my own documents in Dec 2023?
    12 projects | news.ycombinator.com | 24 Dec 2023
    As others have said you want RAG.

    The most feature complete implementation I've seen is h2ogpt[0] (not affiliated).

    The code is kind of a mess (most of the logic is in an ~8000 line python file) but it supports ingestion of everything from YouTube videos to docx, pdf, etc - either offline or from the web interface. It uses langchain and a ton of additional open source libraries under the hood. It can run directly on Linux, via docker, or with one-click installers for Mac and Windows.

    It has various model hosting implementations built in - transformers, exllama, llama.cpp as well as support for model serving frameworks like vLLM, HF TGI, etc or just OpenAI.

    You can also define your preferred embedding model along with various other parameters but I've found the out of box defaults to be pretty sane and usable.

    [0] - https://github.com/h2oai/h2ogpt

  • chatgpt alternative
    3 projects | /r/selfhosted | 8 Dec 2023
    Here's the links: https://github.com/h2oai/h2ogpt/blob https://github.com/h2oai/h2ogpt/blob/main/docs/README_LangChain.md
  • Went down the rabbit hole of 100% local RAG, it works but are there better options?
    5 projects | /r/LocalLLaMA | 6 Dec 2023
    Take a look at h2ogpt. It's open and local with API (incoming and outgoing) and impressive feature set, including RAG from docs, images, and web search.
  • [SEEKING ADVICE] Looking for Existing Repos (Open-Source, VM-Hosted, & GPU-Compatible)
    1 project | /r/ChatGPTJailbreak | 8 Oct 2023
    I've stumbled upon h2ogptas a potential starting point. Are there better solutions or repositories that can meet these requirements?
  • H2Oai GPT CPU
    1 project | /r/LocalLLaMA | 7 Oct 2023
  • Open source Q&A chatbot UI Recommendation?
    2 projects | /r/LocalLLaMA | 27 Sep 2023
    Any recommendations for an open source repos that support web based chat ui where you can upload docs,pds,links,etc? So far i found https://github.com/openchatai/OpenChat but it doesnt support llama, claude, etc. Theres also https://github.com/h2oai/h2ogpt but their gradio UI is overly complicated (meant for technical people) and not user friendly.
  • My experience on starting with fine tuning LLMs with custom data
    7 projects | /r/LocalLLaMA | 10 Jul 2023
    I'm also working on the finetuning of models for Q&A and I've finetuned llama-7b, falcon-40b, and oasst-pythia-12b using HuggingFace's SFT, H2OGPT's finetuning script and lit-gpt.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more โ†’

Stats

Basic h2ogpt repo stats
31
11,804
9.8
11 days ago

Sponsored
InfluxDB โ€“ Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?