feat: ASRX hybrid pipeline, identity history, worker fixes, checkpoint system
This commit is contained in:
@@ -2426,7 +2426,7 @@ async fn main() -> Result<()> {
|
||||
.await
|
||||
.context("Failed to init PostgreSQL")?;
|
||||
let qdrant = QdrantDb::init().await.context("Failed to init Qdrant")?;
|
||||
let embedder = Embedder::new("nomic-embed-text-v2-moe:latest".to_string());
|
||||
let embedder = Embedder::new("embeddinggemma-300m".to_string());
|
||||
|
||||
let target_uuid = if uuid == "all" {
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user