Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 748 Bytes

ROADMAP.md

File metadata and controls

25 lines (11 loc) · 748 Bytes

Next Version

  • Add DSpy for prompt-tuning to make small models(Qwen2 7B, Llama 3.1 8B...) can extract entities. @NumberChiffre @gusye1234
  • Optimize Algorithm: add global_local query method, globally rewrite query then perform local search.

In next few versions

  • Add rate limiter: support token limit (tokens per second, per minute)

  • Add other advanced RAG algorithms, candidates:

Interesting directions