Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jun 25, 2024
1 parent 63de595 commit c64b9c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agent/rag/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use super::generator::Client;
mod metrics;
pub(crate) mod naive;

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

#[derive(Clone, Debug, Serialize, Deserialize)]
Expand Down

0 comments on commit c64b9c7

Please sign in to comment.