feat: README.md

This commit is contained in:
李如威 2025-07-28 11:08:08 +08:00
parent c10119b2dc
commit 0ad204747c
1 changed files with 0 additions and 2 deletions

View File

@ -39,5 +39,3 @@ rag = MyRAG(embedding_config=config)
rag.ingest("document.txt") rag.ingest("document.txt")
result = rag.query("问题") result = rag.query("问题")
``` ```
你只需要继承这个基类,实现 `ingest()``query()` 两个方法即可定制不同的 RAG 流程。如果你需要,我可以帮你写一个继承类样例。是否继续?