Skip to content

Commit

Permalink
docs: update RAG algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
gusye1234 committed Sep 12, 2024
1 parent 5b3ecbf commit 3cb66c5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@

## In next few versions

- [ ] rate limiter: Support token limit (tokens per second, per minute)
- [ ] Add rate limiter: support token limit (tokens per second, per minute)

- [ ] Optimize Algorithm: add `global_local` query method, globally rewrite query then perform local search.

- [ ] Algorithm: add hybridRAG
- [ ] Add other advanced RAG algorithms, candidates:

- [ ] [HybridRAG](https://arxiv.org/abs/2408.04948)
- [ ] [HippoRAG](https://arxiv.org/abs/2405.14831)





Expand Down

0 comments on commit 3cb66c5

Please sign in to comment.