Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Jicheng Lu committed Aug 20, 2024
1 parent 0d150ec commit a09c618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/page/knowledge-base/vector/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const maxLength = 4096;
const regex = "[0-9\.]+";
let showDemo = true;
let showDemo = false;
let selectedCollection = DEFAULT_KNOWLEDGE_COLLECTION;
let text = "";
let isSearching = false;
Expand Down

0 comments on commit a09c618

Please sign in to comment.