| @@ -170,9 +170,9 @@ | ||
| 170 | 170 | <ul> |
| 171 | 171 | <li> |
| 172 | 172 | <ol> |
| 173 | 173 | <li><?php esc_html_e( 'Enable RAG from the settings panel', 'chatbot'); ?></li> |
| 174 | - <li><?php esc_html_e( 'Click “Embed All Selected Sources” button, after selecting the sources from the', 'chatbot'); ?> <a href="<?php echo esc_url( admin_url('admin.php?page=wpbot_openAi#ai-knowledge-base-tab') ); ?>" target="_blank">knowledgebase tab</a></li> | |
| 174 | + <li><?php esc_html_e( 'Click “Embed All Selected Sources” button, after selecting the sources from the', 'chatbot'); ?> <a href="<?php echo admin_url('admin.php?page=wpbot_openAi#ai-knowledge-base-tab'); ?>" target="_blank">knowledgebase tab</a></li> | |
| 175 | 175 | <li><?php esc_html_e( '(Optional) Upload PDFs or CSV files for embedding', 'chatbot'); ?></li> |
| 176 | 176 | <li><?php esc_html_e( 'The system automatically stores embeddings in the database', 'chatbot'); ?></li> |
| 177 | 177 | <li><?php esc_html_e( 'User questions will now be answered using your site’s knowledge base', 'chatbot'); ?></li> |
| 178 | 178 | <li><?php esc_html_e( 'You need to configure the OpenAI API key, AI Model and System Command under the main OpenAI Settings', 'chatbot'); ?></li> |