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 26, 2024
1 parent 465f864 commit 501d09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/rag/naive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl NaiveVectorStore {
#[async_trait]
impl VectorStore for NaiveVectorStore {
#[allow(clippy::borrowed_box)]
fn new_with_generator(generator: Box<dyn Client>) -> Result<Self>
fn new_with_generator(embedder: Box<dyn Client>) -> Result<Self>
where
Self: Sized,
{
Expand Down

0 comments on commit 501d09b

Please sign in to comment.