Welcome to the Lama Index UI! This user interface has been developed as an enhancement to the Lama Index project, an open-source Machine Learning project focused on document analysis and question-answering. With the Lama Index UI, you can easily provide documents and ask questions based on the content of those documents.
To use the Lama Index UI, please follow these steps:
- Clone the repository from GitHub:
git clone https://github.com/phoenix8875/llama_index_UI.git
- Navigate to the project directory:
cd llama_index_UI
- Install the required dependencies:
pip install -r requirements.txt
To start using the Lama Index UI, you need to have the OpenAI API running. The API provides the necessary backend functionality for document indexing and question-answering. Ensure that you have the API set up and running before proceeding with the following steps.