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.
- To run these examples, you'll need an OpenAI account and associated API key create a free account.
- Follow the tutorial linked above