mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-08 13:55:23 +02:00
release: 1.0.5
fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::{collections::HashMap, fs, path::Path};
|
||||
|
||||
use anyhow::{anyhow, Context, Result};
|
||||
use anyhow::{Context, Result, anyhow};
|
||||
use common::storage::{db::SurrealDbClient, types::text_chunk::TextChunk};
|
||||
|
||||
use crate::{args::Config, corpus, db::connect_eval_db};
|
||||
|
||||
Reference in New Issue
Block a user