ChatPDF – Chat with Any PDF

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gpt4-pdf-chatbot-langchain

    GPT4 & LangChain Chatbot for large PDF docs

  • It seems to be a paid version of https://github.com/mayooear/gpt4-pdf-chatbot-langchain

    It uses langchain and pinecone to create a semantic index over the PDF content and search it based on question asked to sends the relevant information to openAI GPT api using embeddings.

  • vault-ai

    OP Vault ChatGPT: Give ChatGPT long-term memory using the OP Stack (OpenAI + Pinecone Vector Database). Upload your own custom knowledge base files (PDF, txt, epub, etc) using a simple React frontend.

  • Is this based on https://github.com/pashpashpash/vault-ai ? The UI looks remarkably similar.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dharamshala

  • IMO folks are better off deploying their own version where they can adjust a few knobs (e.g. split chunk size) to get better results, given that PDF Q&A is such a commodity application.

    Wrote a <50 lines version with LangChain to run on your terminal with any folder full of PDF documents - https://github.com/angad/dharamshala/blob/main/docs.py

    return_source_documents is particularly helpful to get a sense of what is being sent in the prompt.

  • sidekick

    Discontinued Universal APIs for unstructured data. Sync documents from SaaS tools to a SQL or vector database, where they can be easily queried by AI applications [Moved to: https://github.com/psychic-api/psychic] (by ai-sidekick)

  • Here is a fully self-hostable solution that connects to PDFs in your google drive folder: https://github.com/ai-sidekick/sidekick

  • paper-qa

    LLM Chain for answering questions from documents with citations

  • I tried it [1] a lot, but I must say it confuses me most of the time and I need to read the original text to check if it makes sense. Lots of times it doesn't.

    [1] https://github.com/whitead/paper-qa

  • openai-cookbook

    Examples and guides for using the OpenAI API

  • The OpenAI Cookbook has had an easy to use chat with a PDF app example for a few months.

    https://github.com/openai/openai-cookbook/tree/main/apps/fil...

  • marqo

    Unified embedding generation and search engine. Also available on cloud - cloud.marqo.ai

  • Plenty of good open-source options https://github.com/marqo-ai/marqo/blob/mainline/examples/GPT... . LLM choice is a bit harder but the composability of it all lets you easily choose alternatives.

  • SaaSHub

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

    SaaSHub logo
  • drqa

    How to create Question-Answering system combining Langchain and OpenAI (by mallahyari)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Top Open Source Prompt Engineering Guides & ToolsπŸ”§πŸ—οΈπŸš€

    5 projects | dev.to | 2 May 2024
  • Show HN: Use Custom GPTs on your website with this open-source project

    1 project | news.ycombinator.com | 27 Jan 2024
  • Speculate HN: How does OpenAI's GPT Builder work?

    1 project | news.ycombinator.com | 28 Dec 2023
  • Create Custom GPT and add/embed on your site using Assistants API

    1 project | news.ycombinator.com | 19 Dec 2023
  • Open Custom GPT: Build Custom GPT Using Assistant API

    1 project | news.ycombinator.com | 17 Dec 2023