Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions crates/terraphim_agent/docs/src/kg/test_ranking_kg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Test Ranking Knowledge Graph

### machine-learning
Machine learning enables systems to learn from experience.

### rust
Rust is a systems programming language focused on safety.

### python
Python is a high-level programming language.

### search-algorithm
Search algorithms find data in structures.
2 changes: 1 addition & 1 deletion crates/terraphim_agent/src/onboarding/wizard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use super::templates::{ConfigTemplate, TemplateRegistry};
use super::validation::validate_role;

#[cfg(test)]
use std::path::{Path, PathBuf};
use std::path::Path;

/// Result of running the setup wizard
#[derive(Debug)]
Expand Down
Loading
Loading