Skip to content

Commit

Permalink
disable vector db as i dont want to. use openai yet
Browse files Browse the repository at this point in the history
  • Loading branch information
xiankai committed Jul 6, 2023
1 parent 5862c49 commit 605dc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Messenger as MessengerViewer } from "./components/viewer/Messenger/inde

const local_datasource = new LocalStorageDatasource();
const async_datasource = new IndexedDBDatasource();
const vector_datasource = new VectorDatasource();
// const vector_datasource = new VectorDatasource();
const txtai_datasource = new TxtaiDatasource();
const whitespace_tokenizer = new WhitespaceTokenizer();
const vector_tokenizer = new VectorTokenizer();
Expand All @@ -24,7 +24,7 @@ const MessengerFormatter = new Messenger();
export {
local_datasource,
async_datasource,
vector_datasource,
// vector_datasource,
txtai_datasource,
whitespace_tokenizer,
spacy_tokenizer,
Expand Down

0 comments on commit 605dc5b

Please sign in to comment.