Skip to content

Commit

Permalink
feat: add index
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Nov 11, 2023
1 parent 47f9e53 commit 42a4723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@
</column>
</createTable>
</changeSet>
<changeSet id="7" author="angular2guy">
<sql>CREATE INDEX vectorstore_embedding_index ON vector_store USING HNSW (embedding vector_cosine_ops);</sql>
</changeSet>
</databaseChangeLog>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';

import { DoclistComponent } from './doclist.component';
import { DocListComponent } from './doc-list.component';
/*
describe('DoclistComponent', () => {
let component: DoclistComponent;
Expand Down

0 comments on commit 42a4723

Please sign in to comment.