simple_rag_dashboard
1.0.0
共有三个存储库
聊天机器人存储库包含我们的嵌入式聊天机器人的代码,可以集成到任何网站中。该聊天机器人旨在提供无缝交互并增强用户在您网站上的参与度。已完成 - 聊天机器人已完成。
Chatbot_RJS 是我们开发网站的 React 应用程序存储库。该应用程序作为我们的聊天机器人服务的前端,提供用户友好的界面和流畅的用户体验。
Node_Server 存储库包含为 Chatbot 和 Chatbot_RJS 应用程序提供支持的后端代码。它处理聊天机器人运行所需的所有服务器端逻辑、数据处理和 API 集成。
要开始使用 Node_Server: 1).克隆存储库:
git clone https://github.com/govind-kumarr/simple_rag_dashboard
2)。安装依赖项: npm install
3)。运行服务器: npm start
We welcome contributions! Please fork the repository , make changes and submit pull requests for review.
Feel free to further customize and expand on these sections as needed!