WIP
This commit is contained in:
parent
6a271617b4
commit
f86e5a987f
4 changed files with 94 additions and 3 deletions
|
@ -190,6 +190,10 @@ impl VectorDatabase {
|
|||
)",
|
||||
[],
|
||||
)?;
|
||||
db.execute(
|
||||
"CREATE INDEX spans_digest ON spans (digest)",
|
||||
[],
|
||||
)?;
|
||||
|
||||
log::trace!("vector database initialized with updated schema.");
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue