Skip to content

sjoerdvanderhoorn/aisearch

Repository files navigation

AI Search

Prototype of using GPT-3 to answer and refine search results (provided by DuckDuckGo), build using Node-RED. This proof of concept is to show how companies like Microsoft and Alphabet can use a language model to provide users of Bing and Google with answer to their questions based on reliable and traceble information. Users can refine their questions or ask for more details in a context-aware way. All sources used to derive an answer are listed at the bottom of the results page.

Usage

  1. Install or start an instance of Node-RED.
  2. Import the AI Search flow.
  3. Open the credentials node and enter your own bearer token (in format Bearer openaiapikeygoeshere, using your own OpenAI key).
  4. Open the AI Search page (by default; http://localhost:1880/aisearch/).
  5. Type your search query, wait for the response and ask follow-up questions.

Screenshots and video

This video shows an example of a search with follow-up questions:

housespeaker.mp4

Main search page

Search examples

Topic Screenshot
"Chinese balloon"
"Earthquake"
"Tennis"

About

Proof of concept of using GPT to answer search results (provided by DuckDuckGo)

Topics

Resources

Stars

Watchers

Forks