- Step1: Install via pip with `pip install thinkthread`
- Step2: Set your OPENAI_API_KEY environment variable
- Step3: Configure your vector store (Chroma, Qdrant, Weaviate) in thinkthread config
- Step4: Initialize ThinkThread in your Python code or CLI
- Step5: Log each user and bot message using the log_message() method
- Step6: Before sending a prompt, call retrieve_context() to fetch relevant history
- Step7: Inject returned context into your ChatGPT prompt
- Step8: To clear or reset memory, use `thinkthread clear` or clear_memory()