A testing framework for LLM and RAG pipelines to help ensure your RAG and LLMs perform at expected levels.
Built in Rust for speed, but interop libraries to be developed for integration into various languages.
Architecture | Rust | C# | Python |
---|---|---|---|
Linux (x64) | ✓ | ✓ | Soon |
Windows | - | - | - |
Evaluation | BERT | LLM | RAG |
---|---|---|---|
Similarity | ✓ | ✓ | ✓ |
- Rust library was not built with async in mind, it is expected the interop libraries will handle async operations due to the differences in how languages handles threads.