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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ import {
4
4
GenerativeAnyscaleConfig,
5
5
GenerativeAzureOpenAIConfig,
6
6
GenerativeCohereConfig,
7
+
GenerativeFriendliAIConfig,
7
8
GenerativeMistralConfig,
8
9
GenerativeOctoAIConfig,
9
10
GenerativeOllamaConfig,
@@ -17,6 +18,7 @@ import {
17
18
GenerativeAnyscaleConfigCreate,
18
19
GenerativeAzureOpenAIConfigCreate,
19
20
GenerativeCohereConfigCreate,
21
+
GenerativeFriendliAIConfigCreate,
20
22
GenerativeMistralConfigCreate,
21
23
GenerativeOctoAIConfigCreate,
22
24
GenerativeOllamaConfigCreate,
@@ -121,6 +123,19 @@ export default {
121
123
: undefined,
122
124
};
123
125
},
126
+
/**
127
+
* Create a `ModuleConfig<'generative-friendliai', GenerativeFriendliAIConfig | undefined>` object for use when performing AI generation using the `generative-friendliai` module.
128
+
*
129
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/friendliai/generative) for detailed usage.
* Create a `ModuleConfig<'generative-mistral', GenerativeMistralConfig | undefined>` object for use when performing AI generation using the `generative-mistral` module.
0 commit comments