This project demonstrates how to build a RAG Q&A system, which can answer questions based on the data folder containing stock information. Please refer to this document for poetry setup instructions.
- Modify
secret.ymland paste the OpenAI key. - Run
poetry run python3 rag_demo/api_server.py. - Open
index.html.
- Run
poetry run pytest tests.