Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 611 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 611 Bytes

openai-web-crawl-q-and-a

This is a web crawler that crawls the Adobe AEP Web SDK documentation, converts it to embeddings and uses it for answering questions using OpenAI's GPT-3 API.

It is almost entirely copied from this example app and this tutorial, with some minor changes.

How to run

  • To run these examples, you'll need an OpenAI account and associated API key create a free account.
  • Follow the tutorial linked above