Remove rust-bert

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-03-13 12:09:50 +00:00
parent 5ed0c7670a
commit f3f9c6336b
17 changed files with 47 additions and 31402 deletions

View File

@@ -51,8 +51,6 @@ CREATE TABLE IF NOT EXISTS qrust.news (
source String,
summary String,
content String,
sentiment Enum('positive' = 1, 'neutral' = 0, 'negative' = -1),
confidence Float64,
url String,
INDEX index_symbols symbols TYPE bloom_filter()
)