Help me write a GPT4 Program

This page summarizes the projects mentioned and recommended in the original post on /r/GPT4

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • semantic-search-openai-pinecone

    Semantic search with openai's embeddings stored to pineconedb (vector database)

  • If you want natural language search for your summaries, you could run the results through OpenAI Embeddings and store the results in a semantic vector database like Pinecone. Here is a sample project that does that: https://github.com/mharrvic/semantic-search-openai-pinecone

  • chatgpt-retrieval-plugin

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

  • If the browser plugin for ChatGPT gets better to actually exceed what a web-scraper / summarizer can do, you could use GPT for the summarization part and store the results again in some vector database after creating embeddings. You could then use ChatGPT to "talk to your data", meaning when asked for specific information, it could query the database, retrieve the relevant knowledge and provide a meaningful answer based on your question. This could be done via OpenAIs own retrieval plugin (see https://github.com/openai/chatgpt-retrieval-plugin ) or by creating your own Chat-UI that performs the semantic search, feeds the result into the GPT4 API and returns the answer back to the user. David Shapiro made a nice video with step by step instructions on how to do that: https://www.youtube.com/watch?v=2xNzB7xq8nk&pp=ygUUZ3B0NCBtZW1vcnkgcGluZWNvbmU%3D

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS 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

  • Show HN: Simple email mode for Gmail's 20th anniversary

    1 project | news.ycombinator.com | 1 Apr 2024
  • GPT-4 Turbo with Vision is a step backwards for coding

    5 projects | news.ycombinator.com | 10 Apr 2024
  • Deploy Full-Stack Next.js T3App with Cognito and Prisma using AWS Lambda

    4 projects | dev.to | 15 Apr 2024
  • Building an Admin Console With Minimum Code Using React-Admin, Prisma, and Zenstack

    5 projects | dev.to | 11 Mar 2024
  • Oration (iOS) Turns PDFs into Audiobooks

    2 projects | news.ycombinator.com | 11 Feb 2024