terraphim/terraphim-ai

Create article index works differently when called from Axum server and from ripgrep middleware

AlexMikhalev opened this issue · 1 comments

Axum server calls index without adding article content to ArticleCache, see
Ripgrep middleware behaves correctly and have two calls - one for index and another for cache.

Fixed.