Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 303 Bytes

File metadata and controls

7 lines (5 loc) · 303 Bytes

RAG ChatBot Using SingleStore, LangChain, and OpenAI

Installation

pip install openai langchain singlestoredb

Usage

Run the RAG_ChatBot.py file. To add your own data, change the txt file in the code to your own data. Also, you need to setup a SingleStore database and OpenAI API Key.