Add test_fragment_indexing

This commit is contained in:
Mubelotix 2025-07-02 18:04:44 +02:00
parent dfe0c8664e
commit 8af76a65bf
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942
2 changed files with 199 additions and 0 deletions

View file

@ -4,6 +4,7 @@ mod ollama;
mod openai;
mod rest;
mod settings;
mod fragments;
use std::str::FromStr;