Aim : Flask server written in python, to a fully functioning LlamaIndex powered backend and how to connect that to a frontend application..
Open OpenAI website(https://platform.openai.com/account/api-keys) and create key , It will use in code.
pip install openai
pip install llama-index
pip install flask
python flask_app.py