update pragma settings for improved database performance
This commit is contained in:
parent
54235f4fb1
commit
8dbc0fe033
2 changed files with 12 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue