diff --git a/app/models/ai_tool.rb b/app/models/ai_tool.rb index ce28e464..a148ed98 100644 --- a/app/models/ai_tool.rb +++ b/app/models/ai_tool.rb @@ -370,7 +370,3 @@ end # rag_chunk_overlap_tokens :integer default(10), not null # tool_name :string default(""), not null # -# Indexes -# -# index_ai_tools_on_tool_name (tool_name) UNIQUE -#