Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 492 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 492 Bytes

Online-Store-Agent

csv_agent: use an agent to analyse/interact with csv/tablo data so we can prompt with questions....

  • Extract CSV file data
  • Anthropic model
  • Langchain: Added custom prompts to refine our csv agent
  • Custom prompts
  • streamlit run csv_agent.py

Run project: Ensure that you have python installed.

  • Create a .env file and add your LLMs API Keys (ChatGPT, AnthropicChat ect...)
  • Install libraries: pip install -r requirements.txt
  • Run project: python3 csv_agent.py