▲ | 0x696C6961 3 days ago | |||||||
This is cool, but I don't understand why it tries to re-implement (a subset of) grep. Not only that, but the grep-like behaviour is the default and I need to opt-in to the semantic search using the --sem flag. If I want grep I can use grep/ripgrep. | ||||||||
▲ | Runonthespot 3 days ago | parent | next [-] | |||||||
Fair comment- the initial thinking was to have both and in fact a hybrid mode too which fuses results so you can get chunks that match both semantically and on keyword search in one resultset. Later could add a reranker too. | ||||||||
| ||||||||
▲ | CuriouslyC 3 days ago | parent | prev [-] | |||||||
The reason to overload grep is that the agents already understand most of the semantics and are primed to use it, so it's a small lift to get them to call a modified grep with some minor additional semantics. |