File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,16 @@ https://code-boxx.com/core-boxx-ai-chatbot/
8
8
9
9
## INSTALLATION
10
10
* 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 ` .
12
12
* Run setup - * BE WARNED, SEVERAL GIGABYTES WORTH OF DOWNLOAD!*
13
13
* Windows - Run ` 0-setup.bat ` for "CPU only", or ` 0-setup.bat GPU ` if you have an Nvidia graphics card.
14
14
* Linux - Run ` 0-setup.sh ` for "CPU only", or ` 0-setup.sh GPU ` if you have an Nvidia graphics card.
15
15
* Access ` http://your-site.com/ai/ ` for the demo.
16
16
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
+
17
21
## LICENSE
18
22
Copyright by Code Boxx
19
23
You can’t perform that action at this time.
0 commit comments