Skip to content

Commit d67b4bd

Browse files
committed
chore: disable optimize KnowledgeStore when bootstrap
1 parent 5cf6677 commit d67b4bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

agents/anda_bot/nitro_enclave/amd64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN mv linux-amd64/dnsproxy ./ && chmod +x dnsproxy
2626
RUN wget -O ic_tee_nitro_gateway https://github.com/ldclabs/ic-tee/releases/download/v0.2.11/ic_tee_nitro_gateway
2727
RUN chmod +x ic_tee_nitro_gateway
2828

29-
RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.3.4/anda_bot
29+
RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.3.5/anda_bot
3030
RUN chmod +x anda_bot
3131

3232
FROM --platform=linux/amd64 debian:bookworm-slim AS runtime

agents/anda_bot/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ async fn connect_knowledge_store(
355355
let ks =
356356
KnowledgeStore::init(&mut store, namespace, model.ndims() as u16, Some(1024 * 10)).await?;
357357
log::info!(target: LOG_TARGET, "knowledge_store ks: {:?}", ks.name());
358-
ks.optimize().await?;
359358
Ok(ks)
360359
}
361360

0 commit comments

Comments
 (0)