Using ChatGPT Plugins with LLaMA

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

    The simplest, fastest repository for training/finetuning medium-sized GPTs.

  • Just playing casually with NanoGPT (https://github.com/karpathy/nanoGPT) with a desktop holding a 2080ti, it's really really really clear to me that the path to get to a pre-fine-tuned LLM is remarkably easy. RLHF is the piece above this which appears to also be surprisingly easy (if Sam Altman is to be believed). The juice is making these tools incredibly easy.

    I think the barrier to entry here is low. OpenAI is ahead now, but I doubt that lives forever.

  • chatgpt-retrieval-plugin

    The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

  • Found the answer here:

    https://github.com/openai/chatgpt-retrieval-plugin#retrieval...

        The plugin uses OpenAI's text-embedding-ada-002 embeddings model to generate embeddings of document chunks, and then stores and queries them using a vector database on the backend. As an open-source and self-hosted solution, developers can deploy their own Retrieval Plugin and register it with ChatGPT. The Retrieval Plugin supports several vector database providers, allowing developers to choose their preferred one from a list.

  • 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
  • llama-retrieval-plugin

    LLaMa retrieval plugin script using OpenAI's retrieval plugin

  • Author here. This section of the readme has more information: https://github.com/lastmile-ai/llama-retrieval-plugin#retrie...

    It does use a vector database (pinecone, weaviate, etc.) to store embeddings. The embeddings are created using OpenAI's text-embedding-ada-002 model, but that's not a requirement. In fact we are looking at embeddings generation through BERT or RoBERTa to benchmark performance.

    At prompt time, the plugin retrieves the nearest embeddings to the prompt, and inserts them into a more complete prompt before sending it to the model.

  • manticoresearch

    Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK soon

  • It's not open source since 2017. The open source fork is https://github.com/manticoresoftware/manticoresearch

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

  • Show HN: OpenVoice_server, a simple API server built on top of OpenVoice

    1 project | news.ycombinator.com | 10 May 2024
  • This Week In Python

    5 projects | dev.to | 10 May 2024
  • PyTorch 2.3: User-Defined Triton Kernels, Tensor Parallelism in Distributed

    1 project | news.ycombinator.com | 10 May 2024
  • Show HN: Exploring HN by mapping and analyzing 40M posts and comments for fun

    7 projects | news.ycombinator.com | 9 May 2024
  • Show HN: An SQS Alternative on Postgres

    9 projects | news.ycombinator.com | 9 May 2024