From 7418a50c2254e29d2c439b74212113069bbdd58a Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Wed, 7 May 2025 10:24:34 -0400 Subject: [PATCH 1/4] Update README.zh-CN.md --- locales/README.zh-CN.md | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/locales/README.zh-CN.md b/locales/README.zh-CN.md index f2c94b41f02..5012e00cd92 100644 --- a/locales/README.zh-CN.md +++ b/locales/README.zh-CN.md @@ -134,8 +134,10 @@ AnythingLLM将您的文档划分为称为`workspaces` (工作区)的对象。工 - `frontend`: 一个 viteJS + React 前端,您可以运行它来轻松创建和管理LLM可以使用的所有内容。 - `server`: 一个 NodeJS express 服务器,用于处理所有交互并进行所有向量数据库管理和 LLM 交互。 -- `docker`: Docker 指令和构建过程 + 从源代码构建的信息。 - `collector`: NodeJS express 服务器,用于从UI处理和解析文档。 +- `docker`: Docker 指令和构建过程 + 从源代码构建的信息。 +- `embed`: 用于生成和创建[网页嵌入组件](https://github.com/Mintplex-Labs/anythingllm-embed)的子模块. +- `browser-extension`: 用于[Chrome 浏览器扩展](https://github.com/Mintplex-Labs/anythingllm-extension)的子模块. ## 🛳 自托管 @@ -144,9 +146,9 @@ Mintplex Labs和社区维护了许多部署方法、脚本和模板,您可以 |----------------------------------------|----|-----|---------------|------------| | [![在 Docker 上部署][docker-btn]][docker-deploy] | [![在 AWS 上部署][aws-btn]][aws-deploy] | [![在 GCP 上部署][gcp-btn]][gcp-deploy] | [![在DigitalOcean上部署][do-btn]][do-deploy] | [![在 Render.com 上部署][render-btn]][render-deploy] | -| Railway | -| --------------------------------------------------- | -| [![在Railway上部署][railway-btn]][railway-deploy] | +| Railway | RepoCloud | Elestio | +| --- | --- | --- | +| [![在 Railway 上部署][railway-btn]][railway-deploy] | [![在 RepoCloud 上部署][repocloud-btn]][repocloud-deploy] | [![在 Elestio 上部署][elestio-btn]][elestio-deploy] | [其他方案:不使用Docker配置AnythingLLM实例 →](../BARE_METAL.md) @@ -162,12 +164,6 @@ Mintplex Labs和社区维护了许多部署方法、脚本和模板,您可以 [了解向量缓存](../server/storage/vector-cache/VECTOR_CACHE.md) -## 如何贡献 - -- 创建 issue -- 创建 PR,分支名称格式为 `-` -- 合并 - ## 远程信息收集与隐私保护 由 Mintplex Labs Inc 开发的 AnythingLLM 包含一个收集匿名使用信息的 Telemetry 功能。 @@ -196,12 +192,24 @@ Mintplex Labs和社区维护了许多部署方法、脚本和模板,您可以 - 使用中的LLM类型。让我们知道谁才是最受欢迎的LLM模型,并在后续更新中优先考虑相应模型。 - 信息被`发送`出去。这是最常规的“事件/行为/event”,并让我们了解到所有安装了这个项目的每日活动情况。同样,只收集`发送`这个行为的信息,我们不会收集关于聊天本身的性质或内容的任何信息。 -您可以通过查找所有调用`Telemetry.sendTelemetry`的位置来验证这些声明。此外,如果启用,这些事件也会被写入输出日志,因此您也可以看到发送了哪些具体数据。不收集IP或其他识别信息。Telemetry远程信息收集的方案来自[PostHog](https://posthog.com/) - 一个开源的远程信息收集服务。 +您可以通过查找所有调用`Telemetry.sendTelemetry`的位置来验证这些声明。此外,如果启用,这些事件也会被写入输出日志,因此您也可以看到发送了哪些具体数据。**IP或其他识别信息不会被收集**。Telemetry远程信息收集的方案来自[PostHog](https://posthog.com/) - 一个开源的远程信息收集服务。 [在源代码中查看所有信息收集活动](https://github.com/search?q=repo%3AMintplex-Labs%2Fanything-llm%20.sendTelemetry\(&type=code) +## 如何贡献 + +- 创建 issue +- 创建 PR,分支名称格式为 `-` +- 合并 + +## 🌟 Contributors + +[![anythingllm contributors](https://contrib.rocks/image?repo=mintplex-labs/anything-llm)](https://github.com/mintplex-labs/anything-llm/graphs/contributors) + +[![Star History Chart](https://api.star-history.com/svg?repos=mintplex-labs/anything-llm&type=Timeline)](https://star-history.com/#mintplex-labs/anything-llm&Date) + ## 🔗 更多产品 - **[VectorAdmin][vector-admin]**:一个用于管理向量数据库的全方位GUI和工具套件。 @@ -238,3 +246,7 @@ Mintplex Labs和社区维护了许多部署方法、脚本和模板,您可以 [render-deploy]: https://render.com/deploy?repo=https://github.com/Mintplex-Labs/anything-llm&branch=render [railway-btn]: https://railway.app/button.svg [railway-deploy]: https://railway.app/template/HNSCS1?referralCode=WFgJkn +[repocloud-btn]: https://d16t0pc4846x52.cloudfront.net/deploylobe.svg +[repocloud-deploy]: https://repocloud.io/details/?app_id=276 +[elestio-btn]: https://elest.io/images/logos/deploy-to-elestio-btn.png +[elestio-deploy]: https://elest.io/open-source/anythingllm From 18dc363c7a016e0799b8014b682910b7d196ca71 Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Wed, 7 May 2025 10:27:34 -0400 Subject: [PATCH 2/4] Update README.zh-CN.md --- locales/README.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/README.zh-CN.md b/locales/README.zh-CN.md index 5012e00cd92..1885354f690 100644 --- a/locales/README.zh-CN.md +++ b/locales/README.zh-CN.md @@ -130,7 +130,7 @@ AnythingLLM将您的文档划分为称为`workspaces` (工作区)的对象。工 ### 技术概览 -这个单库由三个主要部分组成: +这个单库由六个主要部分组成: - `frontend`: 一个 viteJS + React 前端,您可以运行它来轻松创建和管理LLM可以使用的所有内容。 - `server`: 一个 NodeJS express 服务器,用于处理所有交互并进行所有向量数据库管理和 LLM 交互。 From ec71c0f6d50c2f48596554b2c77dfc290e82cdca Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Wed, 7 May 2025 10:31:35 -0400 Subject: [PATCH 3/4] Update README.zh-CN.md --- locales/README.zh-CN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/README.zh-CN.md b/locales/README.zh-CN.md index 1885354f690..51ee5e11b33 100644 --- a/locales/README.zh-CN.md +++ b/locales/README.zh-CN.md @@ -204,11 +204,11 @@ Mintplex Labs和社区维护了许多部署方法、脚本和模板,您可以 - 创建 PR,分支名称格式为 `-` - 合并 -## 🌟 Contributors +## 🌟 贡献者们 -[![anythingllm contributors](https://contrib.rocks/image?repo=mintplex-labs/anything-llm)](https://github.com/mintplex-labs/anything-llm/graphs/contributors) +[![anythingllm 的贡献者们](https://contrib.rocks/image?repo=mintplex-labs/anything-llm)](https://github.com/mintplex-labs/anything-llm/graphs/contributors) -[![Star History Chart](https://api.star-history.com/svg?repos=mintplex-labs/anything-llm&type=Timeline)](https://star-history.com/#mintplex-labs/anything-llm&Date) +[![Star 历史图](https://api.star-history.com/svg?repos=mintplex-labs/anything-llm&type=Timeline)](https://star-history.com/#mintplex-labs/anything-llm&Date) ## 🔗 更多产品 @@ -217,7 +217,7 @@ Mintplex Labs和社区维护了许多部署方法、脚本和模板,您可以
-[![][back-to-top]](#readme-top) +[![][返回顶部]](#readme-top)
From 08bf22d03446e4e5da3e3f7422871a04972ce867 Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Wed, 7 May 2025 10:33:08 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2eeff6f50cd..2a2ae1c46df 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ AnythingLLM divides your documents into objects called `workspaces`. A Workspace ### Technical Overview -This monorepo consists of three main sections: +This monorepo consists of six main sections: - `frontend`: A viteJS + React frontend that you can run to easily create and manage all your content the LLM can use. - `server`: A NodeJS express server to handle all the interactions and do all the vectorDB management and LLM interactions. -- `collector`: NodeJS express server that process and parses documents from the UI. +- `collector`: NodeJS express server that processes and parses documents from the UI. - `docker`: Docker instructions and build process + information for building from source. - `embed`: Submodule for generation & creation of the [web embed widget](https://github.com/Mintplex-Labs/anythingllm-embed). - `browser-extension`: Submodule for the [chrome browser extension](https://github.com/Mintplex-Labs/anythingllm-extension).