Add basic logging

This commit is contained in:
2026-04-22 12:47:17 +05:30
parent 204b12d5f7
commit 9578502bca
17 changed files with 1385 additions and 238 deletions
+3
View File
@@ -66,6 +66,9 @@ export function createEmbeddings(provider?: EmbeddingProvider): Embeddings {
}
}
// Provider logging is done via console.error to stderr
// Detailed embedding operation logging is in the individual embedding classes
/**
* Get the currently configured embedding provider.
*