An open API service indexing awesome lists of open source software.

https://github.com/moazirfan/doc-chatbot

Get answers to your content-related questions
https://github.com/moazirfan/doc-chatbot

Last synced: 3 months ago
JSON representation

Get answers to your content-related questions

Awesome Lists containing this project

README

        

# Doc Chatbot

Get answers for any content-related questions

#### You need to have OpenAI key to put in env file

#### Install dependencies.

```python
pip install -r requirements.txt
```

#### Create the Chroma DB.

```python
python create_database.py
```

#### Query the Chroma DB.

```python
python query_data.py "Who is Miller?"
```