Skip to content

Commit beb45d9

Browse files
committed
Docs: Add run command instructions for RAGKnowledgeChatbot and StrictFrameworkRAGChatbot.
1 parent d93171c commit beb45d9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Chatbot_NLP_Demo.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@
1212
java -cp target/classes org.k11techlab.framework.ai.chatbot.ChatbotGUI
1313
```
1414
- Or, from your IDE, run the `main` method in `ChatbotGUI.java`.
15-
3. **Configure AI providers and RAG settings:**
15+
3. **Run RAGKnowledgeChatbot or StrictFrameworkRAGChatbot from CLI:**
16+
```sh
17+
java -cp target/classes org.k11techlab.framework.ai.chatbot.RAGKnowledgeChatbot
18+
java -cp target/classes org.k11techlab.framework.ai.chatbot.StrictFrameworkRAGChatbot
19+
```
20+
- Or, create a small demo class with a `main` method that instantiates and uses these classes.
21+
4. **Configure AI providers and RAG settings:**
1622
- Edit `config/chatbot.ai.properties` to set provider order, max tokens, context length, etc.
17-
4. **(Optional) Use screenshots and code samples below to explore features.**
23+
5. **(Optional) Use screenshots and code samples below to explore features.**
1824

1925
---
2026

0 commit comments

Comments
 (0)