removed blas and increase batch size for vector search

This commit is contained in:
KCaverly 2023-09-27 09:43:23 -04:00
parent e75f56a0f2
commit abefa2738b
4 changed files with 9 additions and 109 deletions

View file

@ -711,7 +711,7 @@ impl SemanticIndex {
.await?
.pop()
.ok_or_else(|| anyhow!("could not embed query"))?;
log::trace!("Embedding Search Query: {:?}", t0.elapsed().as_millis());
log::trace!("Embedding Search Query: {:?}ms", t0.elapsed().as_millis());
let search_start = Instant::now();
let modified_buffer_results = this.update(&mut cx, |this, cx| {