Skip to content

Commit

Permalink
docs: update performance comparison table in graph RAG app developmen…
Browse files Browse the repository at this point in the history
…t guide
  • Loading branch information
Appointat committed Nov 29, 2024
1 parent 43b9585 commit 8b4f323
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions docs/docs/cookbook/rag/graph_rag_app_develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,15 @@ Performance testing is based on the `gpt-4o-mini` model.

#### Indexing Performance

| | DB-GPT | GraphRAG(microsoft) |
| ------------------- | --------------------------- | -------------------- |
| Doc Tokens | 42631 | 42631 |
| Triplets Graph | 734 nodes, 1064 edges | 779 nodes, 967 edges |
| Doc Structure Graph | 75 chunks, 1090 chunk edges | Do not support |
| Prompt Tokens | 375768 | 744990 |
| Completion Tokens | 41797 | 227230 |
| Total Tokens | 417565 | 972220 |
| Indexing Time | 170s | 210s |
| Global Search | 10S | 40S |
| Local Search | 15S | 15S |
| | DB-GPT | GraphRAG(microsoft) |
| ------------------- | --------------------- | -------------------- |
| Doc Tokens | 42631 | 42631 |
| Triplets Graph | 734 nodes, 1064 edges | 779 nodes, 967 edges |
| Doc Structure Graph | 76 nodes, 1090 edges | N/A |
| Prompt Tokens | 375768 | 744990 |
| Completion Tokens | 41797 | 227230 |
| Total Tokens | **417565** | 972220 |
| Indexing Time | **170s** | 210s |

#### Querying Performance

Expand Down

0 comments on commit 8b4f323

Please sign in to comment.