RAG-LLM-chatbot RAG를 활용한 LLM Application : 소득세 챗봇 개발 Environment Variable Setup (.env) # Example .env file OPENAI_API_KEY=[openai api key] PINECONE_API_KEY=[pinecone api key] How to Start the Application $ streamlit run chat.py Demo Reference https://www.inflearn.com/course/rag-llm-application%EA%B0%9C%EB%B0%9C-langchain/