Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 677 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 677 Bytes

Docs Bot

This bot is a proof of concept bot that lets a user asks questions about DataMade how-to docs in natural language. It indexes DataMade how-to documentation in a Deep Lake vector database, retrieves similar documents based on the user's search query, and submits the related documents and questions to OpenAI's GPT4 API for a final answer.

It's based directly on this tutorial.

Usage

Download requirements:

pip install -r requirements.txt

Add your config to the .env file.

Run the pipeline:

make all

You can change the questions in chat.py.