mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-22 14:03:27 +00:00
11 lines
133 B
Ruby
11 lines
133 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module DiscourseAi
|
||
|
module Embeddings
|
||
|
module Models
|
||
|
class Base
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|