Is your feature request related to a problem? Please describe.
We need some benchmarks demonstrating the speed-value of DynaRAG.
Describe the solution you'd like
Benchmarks for the following operations:
- N chunks added
- Time from N chunks to add to retreival
- Time for large scale similarity search
It's understood that these benchmarks will largely be testing the embedder (via CPU) and the postgres instance. As DynaRAG becomes more complex and owns more functionality, these benchmarks will become more important.
Is your feature request related to a problem? Please describe.
We need some benchmarks demonstrating the speed-value of DynaRAG.
Describe the solution you'd like
Benchmarks for the following operations:
It's understood that these benchmarks will largely be testing the embedder (via CPU) and the postgres instance. As DynaRAG becomes more complex and owns more functionality, these benchmarks will become more important.