ChromaDB_Chatbot_Public

(โ˜… 143)

Public version of my ChromaDB chatbot that keeps track of user profile and historical topics

  • .gitignore
  • chat.py
  • chromadb_peek.py
  • key_openai.txt
  • LICENSE
  • README.md
  • requirements.txt
  • system_default.txt
  • system_instantiate_new_kb.txt
  • system_reflective_journaling.txt
  • system_split_kb.txt
  • system_update_existing_kb.txt
  • system_update_user_profile.txt
  • user_profile.txt

# Installation Guide

1. Get the code
git clone https://github.com/daveshap/ChromaDB_Chatbot_Public

Downloads the entire project code from GitHub to your computer.

cd ChromaDB_Chatbot_Public

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python <์‹คํ–‰ํ•  ํŒŒ์ผ๋ช…>.py # README์—์„œ ์ •ํ™•ํ•œ ์‹คํ–‰ ํŒŒ์ผ๋ช…์„ ํ™•์ธํ•˜์„ธ์š”

Runs the Python script (or module).

โœ… If it runs without errors and prints output in the terminal, it worked.
// repository documentation