Home Explore Blog CI



ragit

RelNotes/0.3.5.md
0bac414313580a38bdb0e12de4b532eba5092b3c6e481f230000000300000362
# ragit 0.3.5 release

2025-03-31

## Dependencies

No changes

## impl super rerank

Super-rerank mode has arrived! If it's set, AI reviews more chunks before it answers your question. It takes longer time, but will give you a better result.

You can try this mode by either `rag config --set super_rerank true` or `rag query <YOUR_QUERY> --super-rerank`.

## add 2 more types to ragit-pdl's `&lt;|schema|>`

Now it supports `yesno` type and `code` type. `yesno` type forces LLMs to just say yes or no. `code` type extracts a code block from an LLM response.

## `rag query`

It supports 8 more command line arguments: `[--max-summaries <n>]`, `[--max-retrieval <n>]`, `[--enable-ii | --disable-ii]`, `[--enable-rag | --disable-rag]`, and `[--super-rerank | --no-super-rerank]`. It overrides values in config files.

## tests

2 tests are added: config, query_options

Chunks
074493e5 (1st chunk of `RelNotes/0.3.5.md`)
Title: Ragit 0.3.5 Release Notes
Summary
The ragit 0.3.5 release introduces several new features, including super-rerank mode, additional types for ragit-pdl, and expanded command line arguments for 'rag query', along with new tests for config and query options.