optimize insert file in vector database
Co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
524533cfb2
commit
e86964eb5d
2 changed files with 33 additions and 34 deletions
|
@ -38,7 +38,7 @@ use util::{
|
|||
};
|
||||
use workspace::WorkspaceCreated;
|
||||
|
||||
const SEMANTIC_INDEX_VERSION: usize = 8;
|
||||
const SEMANTIC_INDEX_VERSION: usize = 9;
|
||||
const BACKGROUND_INDEXING_DELAY: Duration = Duration::from_secs(600);
|
||||
const EMBEDDING_QUEUE_FLUSH_TIMEOUT: Duration = Duration::from_millis(250);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue