Skip to content

DennisHunter998/chatgpt-retrieval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chatgpt-retrieval

Simple script to use ChatGPT on your own files.

Here's the YouTube Video.

Installation

Install Langchain.

pip install langchain
pip install openai
pip install chromadb
pip install tiktoken

Modify constants.py to use your own OpenAI API key.

Place your own data into data.txt.

Example usage

> python chatgpt.py "what is my dog's name"
Your dog's name is Sunny.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%