MCPcopy Create free account
hub / github.com/Autoparallel/learner / with_retrievers_path

Method with_retrievers_path

crates/learner/src/lib.rs:441–444  ·  view source on GitHub ↗

Sets the path for retriever configuration files. # Arguments `retrievers_path` - Directory where retriever TOML configs are stored

(mut self, retrievers_path: &Path)

Source from the content-addressed store, hash-verified

439 ///
440 /// * `retrievers_path` - Directory where retriever TOML configs are stored
441 pub fn with_retrievers_path(mut self, retrievers_path: &Path) -> Self {
442 self.retrievers_path = retrievers_path.to_path_buf();
443 self
444 }
445
446 /// Sets the path for paper document storage.
447 ///

Callers 2

test_learner_creationFunction · 0.80
create_test_learnerFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_learner_creationFunction · 0.64
create_test_learnerFunction · 0.64