Skip to content

Commit 13023e5

Browse files
authored
docs: add known limitations section to how-it-works (#9)
Signed-off-by: Cheney Zhang <chen.zhang@zilliz.com>
1 parent ad09a87 commit 13023e5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/how-it-works.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,8 @@ flowchart TD
113113
| **HippoRAG** | No | 1-2 | No | Medium |
114114
| **Microsoft GraphRAG** | Yes (Neo4j) | Multiple | Yes | High |
115115
| **Vector Graph RAG** | **No** | **2** (rerank + generation) | **No** | **Low** |
116+
117+
## Known Limitations
118+
119+
- **LLM dependency** — Triplet extraction and reranking quality heavily depends on the underlying LLM's capability. Weaker models may produce incomplete or inaccurate triplets, which directly affects retrieval quality.
120+
- **Graph consistency** — The knowledge graph topology is maintained as a logical layer on top of Milvus via cross-referenced ID fields. Since Milvus does not support transactions, multi-step mutations (e.g., cascade deletes) are not atomic and may leave inconsistent state if interrupted. For best results, prefer batch construction via `add_documents()` over frequent incremental updates.

0 commit comments

Comments
 (0)