Implement batch_store endpoint for Issue #12

This commit is contained in:
Agent Zero
2026-03-19 15:59:34 +00:00
parent 403b95229e
commit 03e8f246d1
3 changed files with 4 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
use anyhow::{Context, Result, anyhow};
use serde_json::Value;
use std::sync::Arc;
use tracing::{info, warn};
use tracing::info;
use crate::embedding::extract_keywords;
use crate::AppState;