Skip to content

md844108/Building-a-Full-Stack-Web-App-with-LLamaIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Building-a-Full-Stack-Web-App-with-LLamaIndex

AIM :

Aim : Flask server written in python, to a fully functioning LlamaIndex powered backend and how to connect that to a frontend application..

References

https://gpt-index.readthedocs.io/en/latest/guides/tutorials/fullstack_app_guide.html#a-guide-to-building-a-full-stack-web-app-with-llamaindex

Requirement OpenAI key

Open OpenAI website(https://platform.openai.com/account/api-keys) and create key , It will use in code.

Install some pckages on which our dependency

    pip install openai

    pip install llama-index 

    pip install flask 

To Run Code

    python flask_app.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages