mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-05-18 22:34:44 +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
|