Open Jasmine-0425 opened 1 month ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Description
This pull request addresses three main issues: 1) Providing an alternative port (27018) setup option based on common port conflicts with the default port (27017) faced by users. The changes were made in
1_setting-up-jac-cloud.md
. 2) Integrating multiple LLMs into separate backend files (server.jac
andgpt_server.jac
) to avoid conflicts. 3) Resolving path conflicts with directory names containing special characters like \U. These changes were made in2_building-a-rag-chatbot.md
files to improve the clarity and smooth setup for new users.