Skip to content

Conversational AI application with GPT-3.5-turbo and LangChain. Saves conversation history and uses it to set context.

Notifications You must be signed in to change notification settings

s3m3dov/ai-chatbot-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Assistant with Memory

Conversational AI application with GPT-3.5-turbo and LangChain. Saves conversation history and uses it to set context.

Set-Up

  • Clone the repository
git clone https://github.com/s3m3dov/ai-chatbot-core.git
  • Set-up poetry
poetry env use python3.10
poetry install

Dependencies

  • Python 3.10+
  • LangChain library
  • OpenAI API
  • Chroma DB

About

Conversational AI application with GPT-3.5-turbo and LangChain. Saves conversation history and uses it to set context.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published