Skip to content

Commit c64b9c7

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 63de595 commit c64b9c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agent/rag/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use super::generator::Client;
77
mod metrics;
88
pub(crate) mod naive;
99

10-
// TODO: move to mini-rag crate.
1110
pub type Embeddings = Vec<f64>;
1211

1312
#[derive(Clone, Debug, Serialize, Deserialize)]

0 commit comments

Comments
 (0)