mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-18 15:34:16 +01:00
chore: fixed schema typo, error naming, updated compose example
This commit is contained in:
@@ -29,8 +29,8 @@ pub enum AppError {
|
||||
Io(#[from] std::io::Error),
|
||||
#[error("Reqwest error: {0}")]
|
||||
Reqwest(#[from] reqwest::Error),
|
||||
#[error("Tiktoken error: {0}")]
|
||||
Tiktoken(#[from] anyhow::Error),
|
||||
#[error("Anyhow error: {0}")]
|
||||
Anyhow(#[from] anyhow::Error),
|
||||
#[error("Ingestion Processing error: {0}")]
|
||||
Processing(String),
|
||||
#[error("DOM smoothie error: {0}")]
|
||||
|
||||
Reference in New Issue
Block a user