trieve icon indicating copy to clipboard operation
trieve copied to clipboard

feature: typo tolerance

Open aaryanpunia opened this issue 1 year ago • 1 comments

aaryanpunia avatar Aug 08 '24 00:08 aaryanpunia

Pending problems -

  1. In word-worker, somehow, when inserting in the relation table, we are inserting the same (dataset_id, word_id) tuple multiple times in a single call to Postgres, this is not allowed when utilizing an on conflict do update.
  2. Deadlocks with multiple word-workers, solvable by utilizing clickhouse instead of Postgres.

aaryanpunia avatar Aug 10 '24 00:08 aaryanpunia