chore: fixed schema typo, error naming, updated compose example

This commit is contained in:
Per Stark
2025-06-26 16:12:43 +02:00
parent f2bafe0205
commit f1548d18db
4 changed files with 14 additions and 12 deletions

View File

@@ -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}")]