Process:
- Break the document into chunks (Embeddings have token limits)
- Create the embedding with OpenAI
- Store data in vector database
- Create an application to query data
- Create embeddings for queries in real-time
- Display response data
The most challenging part is preparing the data, my advice is pay attention to token limits when creating chunks.