Remove semantic searches

We may revisit in the future but we'll go with keyword search only for launch
This commit is contained in:
Jorge Manrubia
2025-06-25 09:36:01 +02:00
parent c319c49345
commit 9e3dbb0858
12 changed files with 22 additions and 141 deletions
-4
View File
@@ -8,8 +8,6 @@ default: &default
adapter: sqlite3
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
timeout: 5000
extensions:
- <%= SqliteVec.loadable_path %>
development:
primary:
@@ -42,8 +40,6 @@ production: &production
<<: *default
database: file:storage/tenants/<%= Rails.env %>/%{tenant}/db/main.sqlite3?vfs=beamer
tenanted: true
extensions:
- <%= SqliteVec.loadable_path %>
primary_original:
<<: *default
database: storage/production.sqlite3