1
0
mirror of synced 2026-08-04 23:06:56 +00:00

DEV: Update plugin annotations (#871)

This commit is contained in:
David Taylor
2024-10-28 14:07:09 +00:00
committed by GitHub
parent 294c364a75
commit 945f04b089
6 changed files with 5 additions and 10 deletions
+1 -3
View File
@@ -297,8 +297,6 @@ end
# user_id :integer
# default_llm :text
# max_context_posts :integer
# max_post_context_tokens :integer
# max_context_tokens :integer
# vision_enabled :boolean default(FALSE), not null
# vision_max_pixels :integer default(1048576), not null
# rag_chunk_tokens :integer default(374), not null
@@ -311,7 +309,7 @@ end
# allow_chat_channel_mentions :boolean default(FALSE), not null
# allow_chat_direct_messages :boolean default(FALSE), not null
# allow_topic_mentions :boolean default(FALSE), not null
# allow_personal_message :boolean default(TRUE), not null
# allow_personal_messages :boolean default(TRUE), not null
# force_default_llm :boolean default(FALSE), not null
#
# Indexes
+1 -1
View File
@@ -42,7 +42,7 @@ end
# algorithm :string not null
# created_at :datetime not null
# updated_at :datetime not null
# summary_type :string default("complete"), not null
# summary_type :integer default("complete"), not null
#
# Indexes
#
+1 -1
View File
@@ -11,7 +11,7 @@ end
# id :bigint not null, primary key
# model_used :string
# classification_type :string
# target_id :integer
# target_id :bigint
# target_type :string
# classification :jsonb
# created_at :datetime not null
+2 -3
View File
@@ -84,13 +84,12 @@ end
# id :bigint not null, primary key
# fragment :text not null
# upload_id :integer not null
# ai_persona_id :integer not null
# fragment_number :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# metadata :text
# target_id :integer
# target_type :string(800)
# target_id :bigint not null
# target_type :string(800) not null
#
# Indexes
#
-1
View File
@@ -158,7 +158,6 @@ end
# status :integer default("pending"), not null
# created_by_id :integer not null
# reviewable_by_moderator :boolean default(FALSE), not null
# reviewable_by_group_id :integer
# category_id :integer
# topic_id :integer
# score :float default(0.0), not null
-1
View File
@@ -215,7 +215,6 @@ end
# status :integer default("pending"), not null
# created_by_id :integer not null
# reviewable_by_moderator :boolean default(FALSE), not null
# reviewable_by_group_id :integer
# category_id :integer
# topic_id :integer
# score :float default(0.0), not null