You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/collections/configure/generative.ts
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ import {
8
8
GenerativeFriendliAIConfig,
9
9
GenerativeGoogleConfig,
10
10
GenerativeMistralConfig,
11
-
GenerativeOctoAIConfig,
12
11
GenerativeOllamaConfig,
13
12
GenerativeOpenAIConfig,
14
13
GenerativePaLMConfig,
@@ -23,7 +22,6 @@ import {
23
22
GenerativeDatabricksConfigCreate,
24
23
GenerativeFriendliAIConfigCreate,
25
24
GenerativeMistralConfigCreate,
26
-
GenerativeOctoAIConfigCreate,
27
25
GenerativeOllamaConfigCreate,
28
26
GenerativeOpenAIConfigCreate,
29
27
GenerativePaLMConfigCreate,
@@ -171,22 +169,6 @@ export default {
171
169
config,
172
170
};
173
171
},
174
-
/**
175
-
* Create a `ModuleConfig<'generative-octoai', GenerativeOpenAIConfig | undefined>` object for use when performing AI generation using the `generative-octoai` module.
176
-
*
177
-
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/octoai/generative) for detailed usage.
178
-
*
179
-
* @param {GenerativeOctoAIConfigCreate} [config] The configuration for the `generative-octoai` module.
180
-
* @returns {ModuleConfig<'generative-octoai', GenerativeOctoAIConfig | undefined>} The configuration object.
* Create a `ModuleConfig<'generative-ollama', GenerativeOllamaConfig | undefined>` object for use when performing AI generation using the `generative-ollama` module.
0 commit comments