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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 10 deletions

View File

@ -297,8 +297,6 @@ end
# user_id :integer # user_id :integer
# default_llm :text # default_llm :text
# max_context_posts :integer # max_context_posts :integer
# max_post_context_tokens :integer
# max_context_tokens :integer
# vision_enabled :boolean default(FALSE), not null # vision_enabled :boolean default(FALSE), not null
# vision_max_pixels :integer default(1048576), not null # vision_max_pixels :integer default(1048576), not null
# rag_chunk_tokens :integer default(374), 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_channel_mentions :boolean default(FALSE), not null
# allow_chat_direct_messages :boolean default(FALSE), not null # allow_chat_direct_messages :boolean default(FALSE), not null
# allow_topic_mentions :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 # force_default_llm :boolean default(FALSE), not null
# #
# Indexes # Indexes

View File

@ -42,7 +42,7 @@ end
# algorithm :string not null # algorithm :string not null
# created_at :datetime not null # created_at :datetime not null
# updated_at :datetime not null # updated_at :datetime not null
# summary_type :string default("complete"), not null # summary_type :integer default("complete"), not null
# #
# Indexes # Indexes
# #

View File

@ -11,7 +11,7 @@ end
# id :bigint not null, primary key # id :bigint not null, primary key
# model_used :string # model_used :string
# classification_type :string # classification_type :string
# target_id :integer # target_id :bigint
# target_type :string # target_type :string
# classification :jsonb # classification :jsonb
# created_at :datetime not null # created_at :datetime not null

View File

@ -84,13 +84,12 @@ end
# id :bigint not null, primary key # id :bigint not null, primary key
# fragment :text not null # fragment :text not null
# upload_id :integer not null # upload_id :integer not null
# ai_persona_id :integer not null
# fragment_number :integer not null # fragment_number :integer not null
# created_at :datetime not null # created_at :datetime not null
# updated_at :datetime not null # updated_at :datetime not null
# metadata :text # metadata :text
# target_id :integer # target_id :bigint not null
# target_type :string(800) # target_type :string(800) not null
# #
# Indexes # Indexes
# #

View File

@ -158,7 +158,6 @@ end
# status :integer default("pending"), not null # status :integer default("pending"), not null
# created_by_id :integer not null # created_by_id :integer not null
# reviewable_by_moderator :boolean default(FALSE), not null # reviewable_by_moderator :boolean default(FALSE), not null
# reviewable_by_group_id :integer
# category_id :integer # category_id :integer
# topic_id :integer # topic_id :integer
# score :float default(0.0), not null # score :float default(0.0), not null

View File

@ -215,7 +215,6 @@ end
# status :integer default("pending"), not null # status :integer default("pending"), not null
# created_by_id :integer not null # created_by_id :integer not null
# reviewable_by_moderator :boolean default(FALSE), not null # reviewable_by_moderator :boolean default(FALSE), not null
# reviewable_by_group_id :integer
# category_id :integer # category_id :integer
# topic_id :integer # topic_id :integer
# score :float default(0.0), not null # score :float default(0.0), not null