KevinHuSh
commited on
Commit
·
e4c78c3
1
Parent(s):
0c30cc9
Refine README (#172)
Browse files
README.md
CHANGED
@@ -48,11 +48,11 @@
|
|
48 |
## 🤺RagFlow vs. other RAG applications
|
49 |
|
50 |
| Feature | RagFlow | Langchain-Chatchat | Assistants API | QAnythig | LangChain |
|
51 |
-
|
52 |
| **Well-Founded Answer** | :white_check_mark: | :x: | :x: | :x: | :x: |
|
53 |
| **Trackable Chunking** | :white_check_mark: | :x: | :x: | :x: | :x: |
|
54 |
-
| **Chunking Method** | Rich Variety | Naive | Naive |
|
55 |
-
| **Table Structure Recognition** | :white_check_mark: | :x: |
|
56 |
| **Structured Data Lookup** | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
|
57 |
| **Programming Approach** | API-oriented | API-oriented | API-oriented | API-oriented | Python Code-oriented |
|
58 |
| **RAG Engine** | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
|
|
|
48 |
## 🤺RagFlow vs. other RAG applications
|
49 |
|
50 |
| Feature | RagFlow | Langchain-Chatchat | Assistants API | QAnythig | LangChain |
|
51 |
+
|---------|:---------:|:-----------:|:-----------:|:-----------:|:-----------:|
|
52 |
| **Well-Founded Answer** | :white_check_mark: | :x: | :x: | :x: | :x: |
|
53 |
| **Trackable Chunking** | :white_check_mark: | :x: | :x: | :x: | :x: |
|
54 |
+
| **Chunking Method** | Rich Variety | Naive | Naive | Naive | Naive |
|
55 |
+
| **Table Structure Recognition** | :white_check_mark: | :x: | :x: | :x: | :x: |
|
56 |
| **Structured Data Lookup** | :white_check_mark: | :x: | :x: | :x: | :x: | :x: |
|
57 |
| **Programming Approach** | API-oriented | API-oriented | API-oriented | API-oriented | Python Code-oriented |
|
58 |
| **RAG Engine** | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
|