What Is Retrieval-Augmented Generation a.k.a. RAG

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
  • pgvector

    Open-source vector similarity search for Postgres

  • > That is 90% of the work with RAG. RAG requires a surprising amount of QA to ensure "the best" is sufficient for your use case.

    Thanks that's insightful (and also adds to my current impostor syndrome), and makes a lot of sense... so it sounds like it's easy to write the query, but knowing the metric value to use is the testing part.

    I haven't heard of HNSW but I'll give it a try. It seems PGVector has added HNSW: https://github.com/pgvector/pgvector#hnsw

  • private-gpt

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

  • I’m preparing a small internal tool for my work to search documents and provide answers (with references), I’m thinking of using GPT4All [0], Danswer [1] and/or privateGPT [2].

    The RAG technique is very close to what I have in mind, but I don’t want the LLM to “hallucinate” and generate answers on its own by synthesizing the source documents. As stated by many others, we’re living in interesting times.

    [0] https://gpt4all.io/index.html

    [1] https://www.danswer.ai/

    [2] https://github.com/imartinez/privateGPT

  • 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
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

  • Integrate txtai with Postgres

    2 projects | dev.to | 25 Apr 2024
  • Vector Database solutions on AWS

    1 project | dev.to | 28 Mar 2024
  • Using pgvector To Locate Similarities In Enterprise Data

    2 projects | dev.to | 21 Mar 2024
  • pgvector vs. pgvecto.rs in 2024: A Comprehensive Comparison for Vector Search in PostgreSQL

    1 project | dev.to | 19 Mar 2024
  • Pg_vectorize: The simplest way to do vector search and RAG on Postgres

    6 projects | news.ycombinator.com | 6 Mar 2024