Large Text Embeddings for Laravel project

Hi guys, I’ve made an example Laravel/Vue project for asking questions to a large amount of text (in this case the Wikipedia page for the 2020 Olympics).

Here’s the github link for the project GitHub - joshuasy10/large-text-embeddings-ai-laravel-php

I’m putting it here because all the online examples of this method are in python or TS, hopefully this will make it easier for php/Laravel devs.

It has the rough structure of this python version openai-cookbook/Question_answering_using_embeddings.ipynb at main · openai/openai-cookbook · GitHub