diff --git a/docs/en/faq.md b/docs/en/faq.md index a2a64335dda7..d5ec7a169827 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -5,7 +5,9 @@ slug: /faq ## My question is not answered in the documentations -Try searching using different keywords (top right corner), if that doesn't help, reach our community at [JuiceFS Community](https://juicefs.com/en/community). +Please try to use the "Ask AI" feature (lower right corner) first. If the AI assistant's answer helps you or gives you the wrong answer, you are welcome to give your feedback in the answer. Or use the document search feature (top right corner) and try searching with different keywords. + +If the above methods still fail to solve your problem, you can join the [JuiceFS Community](https://juicefs.com/en/community) for help. ## General Questions diff --git a/docs/en/introduction/README.md b/docs/en/introduction/README.md index 4c106da4d074..16db7c3d5fe4 100644 --- a/docs/en/introduction/README.md +++ b/docs/en/introduction/README.md @@ -11,7 +11,7 @@ JuiceFS separates "data" and "metadata" storage. Files are split into chunks and JuiceFS provides rich APIs for various forms of data management, analysis, archiving, and backup. It seamlessly interfaces with big data, machine learning, artificial intelligence and other application platforms without modifying code, and delivers massive, elastic, and high-performance storage at low cost. With JuiceFS, you do not need to worry about availability, disaster recovery, monitoring, and scalability. This greatly reduces maintenance work and makes it an excellent choice for DevOps. -## Features +## Features {#features} - **POSIX Compatible**: JuiceFS can be used like a local file system, making it easy to integrate with existing applications. - **HDFS Compatible**: JuiceFS is fully compatible with the [HDFS API](../deployment/hadoop_java_sdk.md), which can enhance metadata performance. @@ -24,7 +24,7 @@ JuiceFS provides rich APIs for various forms of data management, analysis, archi - **File Lock**: JuiceFS supports BSD lock (flock) and POSIX lock (fcntl). - **Data Compression**: JuiceFS supports the [LZ4](https://lz4.github.io/lz4) and [Zstandard](https://facebook.github.io/zstd) compression algorithms to save storage space. -## Scenarios +## Scenarios {#scenarios} JuiceFS is designed for massive data storage and can be used as an alternative to many distributed file systems and network file systems, especially in the following scenarios: @@ -34,11 +34,12 @@ JuiceFS is designed for massive data storage and can be used as an alternative t - **Shared Workspace**: JuiceFS file system can be mounted on any host, allowing concurrent read/write operations without limitations. Its POSIX compatibility ensures smooth data flow and supports scripting operations. - **Data Backup**: JuiceFS provides scalable storage space for backing up all kinds of data. With its shared mount feature, data from multiple hosts can be aggregated into one place and then backed up together. -## Data privacy +## Data privacy {#data-privacy} JuiceFS is an open-source software available on [GitHub](https://github.com/juicedata/juicefs). When using JuiceFS to store data, the data is split into chunks according to specific rules and stored in custom object storage or other storage media, and the corresponding metadata is stored in a custom database. -## More info +## More info {#more-info} * **Use case**: For more use cases of similar scenarios, please visit [User Stories](https://juicefs.com/en/blog/user-stories). * **Join the community**: Welcome to join [Slack](https://go.juicefs.com/slack) to discuss with JuiceFS users. +* **AI assistant**: If you encounter any problems, you are welcome to use the "Ask AI" feature (lower right corner) to ask for help from the AI ​​assistant. The knowledge base of the AI ​​assistant comes from documentation and related content in GitHub. diff --git a/docs/zh_cn/faq.md b/docs/zh_cn/faq.md index 5417b0ccde09..afb51b625e99 100644 --- a/docs/zh_cn/faq.md +++ b/docs/zh_cn/faq.md @@ -5,7 +5,9 @@ slug: /faq ## 文档没能解答我的疑问 -请首先尝试使用站内搜索功能(右上角),尝试用不同的关键词进行检索,如果文档始终未能解决你的疑问,可以加入 [JuiceFS 开源社区](https://juicefs.com/zh-cn/community)以寻求帮助。 +请首先尝试使用「Ask AI」功能(右下角),如果 AI 助手的回答有帮到你或者给了你错误的回答,欢迎在回答里给出你的反馈。或者使用文档搜索功能(右上角),尝试用不同的关键词进行检索。 + +如果以上方法依然未能解决你的疑问,可以加入 [JuiceFS 开源社区](https://juicefs.com/zh-cn/community)以寻求帮助。 ## 一般问题 diff --git a/docs/zh_cn/introduction/README.md b/docs/zh_cn/introduction/README.md index cbfb225f281b..e3f9fd552f4a 100644 --- a/docs/zh_cn/introduction/README.md +++ b/docs/zh_cn/introduction/README.md @@ -15,7 +15,7 @@ JuiceFS 提供了丰富的 API,适用于各种形式数据的管理、分析 -## 核心特性 +## 核心特性 {#features} 1. **POSIX 兼容**:像本地文件系统一样使用,无缝对接已有应用,无业务侵入性; 2. **HDFS 兼容**:完整兼容 [HDFS API](../deployment/hadoop_java_sdk.md),提供更强的元数据性能; @@ -28,7 +28,7 @@ JuiceFS 提供了丰富的 API,适用于各种形式数据的管理、分析 9. **文件锁**:支持 BSD 锁(flock)和 POSIX 锁(fcntl); 10. **数据压缩**:支持 [LZ4](https://lz4.github.io/lz4) 和 [Zstandard](https://facebook.github.io/zstd) 压缩算法,节省存储空间。 -## 应用场景 +## 应用场景 {#scenarios} JuiceFS 为海量数据存储设计,可以作为很多分布式文件系统和网络文件系统的替代,特别是以下场景: @@ -38,13 +38,14 @@ JuiceFS 为海量数据存储设计,可以作为很多分布式文件系统和 - **共享工作区**:可以在任意主机挂载;没有客户端并发读写限制;POSIX 兼容已有的数据流和脚本操作。 - **数据备份**:在无限平滑扩展的存储空间备份各种数据,结合共享挂载功能,可以将多主机数据汇总至一处,做统一备份。 -## 数据隐私 +## 数据隐私 {#data-privacy} JuiceFS 是开源软件,你可以在 [GitHub](https://github.com/juicedata/juicefs) 找到完整的源代码。在使用 JuiceFS 存储数据时,数据会按照一定的规则被拆分成数据块并保存在你自己定义的对象存储或其它存储介质中,数据所对应的元数据则存储在你自己定义的数据库中。 -## 更多相关信息 +## 更多相关信息 {#more-info} * **案例**:想了解更多相似场景的实践案例,请访问[用户案例](https://juicefs.com/zh-cn/blog/user-stories)。 * **视频**:我们在 [Bilibili 频道](https://space.bilibili.com/1206844881)提供了丰富的视频教程。 * **加入社群**:欢迎加入我们的[微信用户组](https://juicefs.com/zh-cn/wechat-user-group)(中文)或者 [Slack](https://go.juicefs.com/slack)(英文),与 JuiceFS 用户共同探讨。 * **Office Hours**:每月第 2 周的星期三 16:00-17:00(UTC+8)在线上举行,Juicedata 工程师将为你实时答疑解惑。请加入微信用户组获取最新活动信息。 +* **AI 助手**:如果你遇到了任何问题,欢迎使用「Ask AI」功能(右下角)求助 AI 助手。AI 助手的知识库来源于文档以及 GitHub 中的相关内容。