You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🧙♂️ Code like a wizard! Follow our [Development Guide](./DEVELOPMENT.md) for setup instructions and coding standards. Ensure your changes are well-tested and documented.
71
+
🧙♂️ Code like a wizard! Follow our [Development Guide](./DEVELOPPER_NOTE.md) for setup instructions and coding standards. Ensure your changes are well-tested and documented.
72
72
73
73
### Step 5: Commit Your Changes
74
74
📝 Commit with a clear and concise message following our commit message guidelines:
Copy file name to clipboardExpand all lines: FAQ.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,27 +11,25 @@ This FAQ addresses common questions and issues you might encounter while install
11
11
-**Q: How do I get a Jina API key for embeddings?**
12
12
- A: To use Jina-based embedding model, you'll need to:
13
13
1. Visit [Jina AI's website](https://jina.ai/), no need to sign up
14
-
3. Navigate to the Embedding section to get your API key
15
-
4. Add your API key in the app
14
+
2. Navigate to the Embedding section to get your API key
15
+
3. Add your API key in the app
16
16
17
-
### 🐳 Docker & Docker Compose
18
-
-**Q: TODO**
19
-
- A: TODO
17
+
### ⚙️ MCP Server Configuration
18
+
-**Q: How do I configure the MCP server? Is frontend configuration supported?**
19
+
- A: Currently, the MCP server does not support frontend configuration. We plan to add frontend configuration in version v1.1.0. To configure the MCP server, please follow the installation and deployment steps in @README.md. After running `cp .env.example .env`, manually edit the `MCP_SERVICE` field in your `.env` file to the desired MCP service address. Save the file, and you will be able to access the corresponding MCP tools. Note: After making changes, you need to rerun deploy.sh to redeploy.
20
+
21
+
## 🚫 Common Errors & Operations
20
22
21
23
### 🌐 Port Conflicts
22
24
-**Q: Port 3000 is already in use. How can I change it?**
23
25
- A: You can modify the port in the Docker Compose configuration file.
24
26
25
-
## 🔍 Troubleshooting
26
-
27
-
### 🚫 Common Errors
28
-
-**Q: The setup wizard isn't loading at http://localhost:3000**
29
-
- A: TODO
30
-
31
27
### 📦 Container Issues
32
28
-**Q: How do I check container logs?**
33
29
- A: Use `docker logs <container_name>` to view logs for specific containers.
34
30
31
+
## 🔍 Troubleshooting
32
+
35
33
### 📧 Email Tools Configuration
36
34
-**Q: How can I enable and configure email tools?**
37
35
- A: Our team has pre-implemented email tools based on IMAP and SMTP. To enable them:
@@ -45,4 +43,4 @@ This FAQ addresses common questions and issues you might encounter while install
45
43
If your question isn't answered here:
46
44
- Join our [Discord community](https://discord.gg/tb5H3S3wyv) for real-time support
47
45
- Check our [GitHub Issues](https://github.com/ModelEngine-Group/nexent/issues) for similar problems
48
-
- Refer to our [Contribution Guide](../CONTRIBUTING.md) for more detailed information
46
+
- Refer to our [Contribution Guide](CONTRIBUTING.md) for more detailed information
0 commit comments