From ffed0876f2d3a4125a6a75ddfc7d331535032b70 Mon Sep 17 00:00:00 2001
From: KevinHuSh <kevinhu.sh@gmail.com>
Date: Fri, 29 Mar 2024 14:44:21 +0800
Subject: [PATCH] Refine README (#172)

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7bf4382..6c6c12a 100644
--- a/README.md
+++ b/README.md
@@ -48,11 +48,11 @@
 ## 🤺RagFlow vs. other RAG applications
 
 | Feature | RagFlow | Langchain-Chatchat | Assistants API | QAnythig | LangChain |
-|---------|:---------:|:----------------:|:-----------:|:-----------:|:-----------:|
+|---------|:---------:|:-----------:|:-----------:|:-----------:|:-----------:|
 | **Well-Founded Answer** | :white_check_mark: | :x: | :x: | :x: | :x: |
 | **Trackable Chunking** | :white_check_mark: | :x: | :x: | :x: | :x: |
-| **Chunking Method** | Rich Variety | Naive | Naive | | Naive | Naive |
-| **Table Structure Recognition** | :white_check_mark: | :x: | | :x: | :x: | :x: |
+| **Chunking Method** | Rich Variety | Naive | Naive | Naive | Naive |
+| **Table Structure Recognition** | :white_check_mark: | :x: | :x: | :x: | :x: |
 | **Structured Data Lookup** | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
 | **Programming Approach** | API-oriented | API-oriented | API-oriented | API-oriented | Python Code-oriented |
 | **RAG Engine** | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
-- 
GitLab