Skip to content

Commit 11dfdcf

Browse files
committed
Update README.md
1 parent 8d95d0f commit 11dfdcf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ai chatbot/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ https://code-boxx.com/core-boxx-ai-chatbot/
88

99
## INSTALLATION
1010
* Copy/unzip this module into your existing Core Boxx project folder.
11-
* Put documents you want the AI to "learn" into `chatbot/docs`.
11+
* Put documents you want the AI to "learn" into `chatbot/docs`, accepted file types - `csv pdf txt epub html md odt doc docx ppt pptx`.
1212
* Run setup - *BE WARNED, SEVERAL GIGABYTES WORTH OF DOWNLOAD!*
1313
* Windows - Run `0-setup.bat` for "CPU only", or `0-setup.bat GPU` if you have an Nvidia graphics card.
1414
* Linux - Run `0-setup.sh` for "CPU only", or `0-setup.sh GPU` if you have an Nvidia graphics card.
1515
* Access `http://your-site.com/ai/` for the demo.
1616

17+
## NOTES
18+
* To rebuild the documents database, simply add/remove documents from `chatbot/docs` and run `1-create.bat / 1-create.sh`.
19+
* To launch the bot, simply run `2-bot.bat / 2-bot.sh`.
20+
1721
## LICENSE
1822
Copyright by Code Boxx
1923

0 commit comments

Comments
 (0)