DuckDuckGPT brings the magic of ChatGPT to search results

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

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

    🐵 Greasemonkey userscripts (by adamlui)

  • This looks like it's just throwing your Search query directly into ChatGPT and sending you back the result. (Source code[0])

    This is less intelligent than what Bing is doing with (presumably) scraping the pages and then generating embeddings to add "context" for your query.

    There isn't a "generic" project that I've seen that's doing this yet, but I could see somebody extending this plugin to scrape the first ~5 pages and then feed that into ChatGPT as the "context" for answering the question.

    We've been doing something similar with another Open Source project called Buff[1] but it requires scraping the data yourself before you can ask it questions. (We're scraping vulnerability/CVE data and putting it into the Vector database via OpenAI's embeddings API. You can play around with it on our Discord server linked from my profile.)

    Is anybody else aware of any other projects to make search more useful?

    0: https://github.com/adamlui/userscripts/blob/master/chatgpt/d...

    1: https://github.com/getbuff/Buff/

  • chatgpt-google-extension

    Discontinued A browser extension that enhance search engines with ChatGPT

  • For those interested, I think chatgpt4google[1] has a much cleaner implementation and works on a wide range of search engines and browsers. They also have an option to switch the searchengine from ChatGPT to OpenAI GPT3

    [1] https://chatgpt4google.com/

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

    Discontinued Developer support bot for Slack and Discord [Moved to: https://github.com/ai-sidekick/sidekick]

  • This looks like it's just throwing your Search query directly into ChatGPT and sending you back the result. (Source code[0])

    This is less intelligent than what Bing is doing with (presumably) scraping the pages and then generating embeddings to add "context" for your query.

    There isn't a "generic" project that I've seen that's doing this yet, but I could see somebody extending this plugin to scrape the first ~5 pages and then feed that into ChatGPT as the "context" for answering the question.

    We've been doing something similar with another Open Source project called Buff[1] but it requires scraping the data yourself before you can ask it questions. (We're scraping vulnerability/CVE data and putting it into the Vector database via OpenAI's embeddings API. You can play around with it on our Discord server linked from my profile.)

    Is anybody else aware of any other projects to make search more useful?

    0: https://github.com/adamlui/userscripts/blob/master/chatgpt/d...

    1: https://github.com/getbuff/Buff/

  • chatgpt-advanced

    WebChatGPT: A browser extension that augments your ChatGPT prompts with web results.

  • WebChatGPT does almost what you suggest. It does not actually scrape the result pages but instead uses the snippets on the DDG result page as the context to ChatGPT. https://github.com/qunash/chatgpt-advanced

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