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
- Host: GitHub
- URL: https://github.com/moazirfan/doc-chatbot
- Owner: MoazIrfan
- Created: 2024-01-02T17:01:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-02T17:43:48.000Z (over 1 year ago)
- Last Synced: 2024-05-18T03:50:13.540Z (about 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?"
```