update pragma settings for improved database performance

This commit is contained in:
KCaverly 2023-09-01 17:07:20 -04:00
parent 54235f4fb1
commit 8dbc0fe033
2 changed files with 12 additions and 2 deletions

View file

@ -81,7 +81,6 @@ pub fn init(
let semantic_index = SemanticIndex::new(
fs,
db_file_path,
// Arc::new(embedding::DummyEmbeddings {}),
Arc::new(OpenAIEmbeddings {
client: http_client,
executor: cx.background(),