diff --git a/docs/release_notes.md b/docs/release_notes.md index 412e0ce18..4ac63e545 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -9,8 +9,8 @@ Key features, improvements and bug fixes in the latest releases. :::info Each RAGFlow release is available in two editions: -- **Slim edition**: excludes built-in embedding models and is identified by a **-slim** suffix added to the version name. Example: `infiniflow/ragflow:v0.19.0-slim` -- **Full edition**: includes built-in embedding models and has no suffix added to the version name. Example: `infiniflow/ragflow:v0.19.0` +- **Slim edition**: excludes built-in embedding models and is identified by a **-slim** suffix added to the version name. Example: `infiniflow/ragflow:v0.19.1-slim` +- **Full edition**: includes built-in embedding models and has no suffix added to the version name. Example: `infiniflow/ragflow:v0.19.1` ::: :::danger IMPORTANT diff --git a/web/src/locales/de.ts b/web/src/locales/de.ts index 3960e4304..292c96dde 100644 --- a/web/src/locales/de.ts +++ b/web/src/locales/de.ts @@ -325,7 +325,7 @@ export default {
Die Chunks werden dann dem LLM zugeführt, um Entitäten und Beziehungen für einen Wissensgraphen und eine Mind Map zu extrahieren.
Stellen Sie sicher, dass Sie die Entitätstypen festlegen.
`, tag: `Eine Wissensdatenbank, die die 'Tag'-Chunk-Methode verwendet, fungiert als Tag-Set. Andere Wissensdatenbanken können es verwenden, um ihre eigenen Chunks zu taggen, und Abfragen an diese Wissensdatenbanken werden ebenfalls mit diesem Tag-Set getaggt.
-Die Wissensdatenbank, die 'Tag' als Chunk-Methode verwendet, ist NICHT an einem Retrieval-Augmented Generation (RAG)-Prozess beteiligt.
+Ein Tag-Set wird NICHT direkt in einen Retrieval-Augmented Generation (RAG)-Prozess einbezogen.
Jeder Chunk in dieser Wissensdatenbank ist ein unabhängiges Beschreibungs-Tag-Paar.
Zu den unterstützten Dateiformaten gehören XLSX und CSV/TXT:
Wenn eine Datei im XLSX-Format vorliegt, sollte sie zwei Spalten ohne Überschriften enthalten: eine für Tag-Beschreibungen und die andere für Tag-Namen, wobei die Spalte "Beschreibung" vor der Spalte "Tag" steht. Mehrere Blätter sind zulässig, sofern die Spalten ordnungsgemäß strukturiert sind.
diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index bb91624aa..ee03d1d8f 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -318,8 +318,8 @@ export default {This approach chunks files using the 'naive'/'General' method. It splits a document into segments and then combines adjacent segments until the token count exceeds the threshold specified by 'Chunk token number for text', at which point a chunk is created.
The chunks are then fed to the LLM to extract entities and relationships for a knowledge graph and a mind map.
Ensure that you set the Entity types.
`, - tag: `A knowledge base using the 'Tag' chunking method functions as a tag set. Other knowledge bases can use it to tag their own chunks, and queries to these knowledge bases will also be tagged using this tag set.
-Knowledge base using 'Tag' as a chunking method will NOT be involved in a Retrieval-Augmented Generation (RAG) process.
+ tag: `A knowledge base using the 'Tag' chunking method functions as a tag set. Other knowledge bases use it to tag their chunks, and queries to these knowledge bases are also tagged using this tag set.
+A tag set will NOT be directly involved in a Retrieval-Augmented Generation (RAG) process.
Each chunk in this knowledge base is an independent description-tag pair.
Supported file formats include XLSX and CSV/TXT:
If a file is in XLSX format, it should contain two columns without headers: one for tag descriptions and the other for tag names, with the Description column preceding the Tag column. Multiple sheets are acceptable, provided the columns are properly structured.
diff --git a/web/src/locales/vi.ts b/web/src/locales/vi.ts index 17f660783..52a5ff7af 100644 --- a/web/src/locales/vi.ts +++ b/web/src/locales/vi.ts @@ -321,7 +321,7 @@ export default { pageRank: 'Xếp hạng trang', pageRankTip: `Bạn có thể gán điểm PageRank cao hơn cho các cơ sở kiến thức cụ thể trong quá trình truy xuất. Điểm tương ứng được cộng vào điểm tương đồng lai của các đoạn được truy xuất từ các cơ sở kiến thức này, làm tăng thứ hạng của chúng. Xem https://ragflow.io/docs/dev/set_page_rank để biết thêm chi tiết.`, tag: `Cơ sở kiến thức sử dụng phương pháp phân đoạn 'Tag' hoạt động như một tập hợp thẻ. Các cơ sở kiến thức khác có thể sử dụng nó để gắn thẻ cho các đoạn của riêng chúng và các truy vấn tới các cơ sở kiến thức này cũng sẽ được gắn thẻ bằng tập hợp thẻ này.
-Cơ sở kiến thức sử dụng 'Tag' làm phương pháp phân đoạn sẽ NOT tham gia vào quy trình Tạo tăng cường truy xuất (RAG).
+Một bộ thẻ sẽ không trực tiếp tham gia vào quá trình Tạo sinh tăng cường truy xuất (Retrieval-Augmented Generation, RAG).
Mỗi đoạn trong cơ sở kiến thức này là một cặp mô tả-thẻ độc lập.
Các định dạng tệp được hỗ trợ bao gồm XLSX và CSV/TXT:
Nếu tệp ở định dạng XLSX, tệp đó phải chứa hai cột không có tiêu đề: một cột dành cho mô tả thẻ và cột còn lại dành cho tên thẻ, với cột Mô tả đứng trước cột Thẻ. Có thể chấp nhận nhiều trang tính, miễn là cấu trúc cột được cấu trúc đúng cách.
diff --git a/web/src/locales/zh-traditional.ts b/web/src/locales/zh-traditional.ts index d3c5f819a..c245cd1db 100644 --- a/web/src/locales/zh-traditional.ts +++ b/web/src/locales/zh-traditional.ts @@ -309,7 +309,7 @@ export default {請注意您需要指定的條目類型。
`, tag: `使用「Tag」分塊方法的知識庫用作標籤集。其他知識庫可以使用它來標記自己的塊,對這些知識庫的查詢也將使用此標籤集進行標記。
-使用「Tag」作為分塊方法的知識庫不參與 RAG 過程。
+標籤集不會直接參與 RAG 過程。
標籤知識庫中的每個塊都是一個獨立的描述-標籤對。
支援的檔案格式包括XLSX和CSV/TXT檔案格式。
diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index ceb7d2813..63c5d4fe7 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -327,7 +327,7 @@ export default { 注意您需要指定的条目类型。`, tag: `使用“Tag”分块方法的知识库用作标签集.其他知识库可以把标签集当中的标签按照相似度匹配到自己对应的文本块中,对这些知识库的查询也将根据此标签集对自己进行标记。
-使用“标签”作为分块方法的知识库不参与 RAG 检索过程。
+标签集不会直接参与 RAG 检索过程。
标签集中的每个文本分块是都是相互独立的标签和标签描述的文本对。
Tag 分块方法支持XLSX和CSV/TXT文件格式。