Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 599 Bytes

File metadata and controls

25 lines (18 loc) · 599 Bytes

rag-graduation-chatbot

중부대학교 졸업 기준 가이드를 활용한 졸업 챗봇 개발

Environment Variable Setup (.env)

# Example .env file
PINECONE_API_KEY=[pinecone api key]

How to Start and Use the Application

  1. Start the application:
    $ streamlit run chat.py
    
  2. Configure the chatbot:
    • Enter your OpenAI or Upstage API Key in the settings panel on the left.
    • Optionally, add a LangSmith API Key to enable response tracking.

Demo

image