ChatGPT on your perosonal files.
Install Langchain and other required packages.
pip install langchain openai chromadb tiktoken unstructured
Modify constants.py.default
to use your own OpenAI API key, and rename it to constants.py
.
Place your own data into data/data.txt
.
Test reading data/data.txt
file.
> python chatgpt.py "what is my stage name"
Your stage name is slim shady.
Test reading data/pet.pdf
file.
> python chatgpt.py "what is my pet's name"
Your pet's name is Peppa.