MCPcopy Create free account
hub / github.com/Harry-027/DocuMind / Processor

Class Processor

server/src/processor.rs:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13use anyhow::{anyhow, Context, Ok, Result};
14
15pub struct Processor {
16 pub settings: ConfigVar,
17 pub vec_store: VectorStore,
18}
19
20impl Processor {
21 pub fn new(settings: ConfigVar, vec_store: VectorStore) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected