Live at: RAG
This is a QA (Question Answering) application built using Streamlit. It uses OpenAI's API and Pinecone for vector-based search and storage.
To run this application, ensure you have the following:
- OpenAI API Key: Sign up for OpenAI and generate an API key from OpenAI's API platform.
- Pinecone API Key: Sign up for Pinecone and obtain an API key from Pinecone's platform.
- Python: Ensure you have Python installed (preferably 3.8 or later).
- Virtual Environment: It is recommended to use a virtual environment to isolate dependencies.