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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ export default {
28
28
/**
29
29
* Create a `ModuleConfig<'generative-anthropic', GenerativeAnthropicConfig | undefined>` object for use when performing AI generation using the `generative-anthropic` module.
30
30
*
31
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-anthropic) for detailed usage.
31
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/anthropic/generative) for detailed usage.
32
32
*
33
33
* @param {GenerativeAnthropicConfigCreate} [config] The configuration for the `generative-anthropic` module.
34
34
* @returns {ModuleConfig<'generative-anthropic', GenerativeAnthropicConfig | undefined>} The configuration object.
@@ -44,7 +44,7 @@ export default {
44
44
/**
45
45
* Create a `ModuleConfig<'generative-anyscale', GenerativeAnyscaleConfig | undefined>` object for use when performing AI generation using the `generative-anyscale` module.
46
46
*
47
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-anyscale) for detailed usage.
47
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/anyscale/generative) for detailed usage.
48
48
*
49
49
* @param {GenerativeAnyscaleConfigCreate} [config] The configuration for the `generative-aws` module.
50
50
* @returns {ModuleConfig<'generative-anyscale', GenerativeAnyscaleConfig | undefined>} The configuration object.
@@ -60,7 +60,7 @@ export default {
60
60
/**
61
61
* Create a `ModuleConfig<'generative-aws', GenerativeAWSConfig>` object for use when performing AI generation using the `generative-aws` module.
62
62
*
63
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-aws) for detailed usage.
63
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/aws/generative) for detailed usage.
64
64
*
65
65
* @param {GenerativeAWSConfigCreate} config The configuration for the `generative-aws` module.
66
66
* @returns {ModuleConfig<'generative-aws', GenerativeAWSConfig>} The configuration object.
@@ -74,7 +74,7 @@ export default {
74
74
/**
75
75
* Create a `ModuleConfig<'generative-openai', GenerativeAzureOpenAIConfig>` object for use when performing AI generation using the `generative-openai` module.
76
76
*
77
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-openai) for detailed usage.
77
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/openai/generative) for detailed usage.
78
78
*
79
79
* @param {GenerativeAzureOpenAIConfigCreate} config The configuration for the `generative-openai` module.
80
80
* @returns {ModuleConfig<'generative-openai', GenerativeAzureOpenAIConfig>} The configuration object.
@@ -99,7 +99,7 @@ export default {
99
99
/**
100
100
* Create a `ModuleConfig<'generative-cohere', GenerativeCohereConfig>` object for use when performing AI generation using the `generative-cohere` module.
101
101
*
102
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-cohere) for detailed usage.
102
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/cohere/generative) for detailed usage.
103
103
*
104
104
* @param {GenerativeCohereConfigCreate} [config] The configuration for the `generative-cohere` module.
105
105
* @returns {ModuleConfig<'generative-cohere', GenerativeCohereConfig>} The configuration object.
@@ -124,7 +124,7 @@ export default {
124
124
/**
125
125
* Create a `ModuleConfig<'generative-mistral', GenerativeMistralConfig | undefined>` object for use when performing AI generation using the `generative-mistral` module.
126
126
*
127
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-mistral) for detailed usage.
127
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/mistral/generative) for detailed usage.
128
128
*
129
129
* @param {GenerativeMistralConfigCreate} [config] The configuration for the `generative-mistral` module.
130
130
* @returns {ModuleConfig<'generative-mistral', GenerativeMistralConfig | undefined>} The configuration object.
@@ -140,7 +140,7 @@ export default {
140
140
/**
141
141
* Create a `ModuleConfig<'generative-octoai', GenerativeOpenAIConfig | undefined>` object for use when performing AI generation using the `generative-octoai` module.
142
142
*
143
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-octoai) for detailed usage.
143
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/octoai/generative) for detailed usage.
144
144
*
145
145
* @param {GenerativeOctoAIConfigCreate} [config] The configuration for the `generative-octoai` module.
146
146
* @returns {ModuleConfig<'generative-octoai', GenerativeOctoAIConfig | undefined>} The configuration object.
@@ -156,7 +156,7 @@ export default {
156
156
/**
157
157
* Create a `ModuleConfig<'generative-ollama', GenerativeOllamaConfig | undefined>` object for use when performing AI generation using the `generative-ollama` module.
158
158
*
159
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-ollama) for detailed usage.
159
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/ollama/generative) for detailed usage.
160
160
*
161
161
* @param {GenerativeOllamaConfigCreate} [config] The configuration for the `generative-openai` module.
162
162
* @returns {ModuleConfig<'generative-ollama', GenerativeOllamaConfig | undefined>} The configuration object.
@@ -172,7 +172,7 @@ export default {
172
172
/**
173
173
* Create a `ModuleConfig<'generative-openai', GenerativeOpenAIConfig | undefined>` object for use when performing AI generation using the `generative-openai` module.
174
174
*
175
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-openai) for detailed usage.
175
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/openai/generative) for detailed usage.
176
176
*
177
177
* @param {GenerativeOpenAIConfigCreate} [config] The configuration for the `generative-openai` module.
178
178
* @returns {ModuleConfig<'generative-openai', GenerativeOpenAIConfig | undefined>} The configuration object.
@@ -198,7 +198,7 @@ export default {
198
198
/**
199
199
* Create a `ModuleConfig<'generative-palm', GenerativePaLMConfig>` object for use when performing AI generation using the `generative-palm` module.
200
200
*
201
-
* See the [documentation](https://weaviate.io/developers/weaviate/modules/reader-generator-modules/generative-palm) for detailed usage.
201
+
* See the [documentation](https://weaviate.io/developers/weaviate/model-providers/google/generative) for detailed usage.
202
202
*
203
203
* @param {GenerativePaLMConfigCreate} [config] The configuration for the `generative-palm` module.
204
204
* @returns {ModuleConfig<'generative-palm', GenerativePaLMConfig>} The configuration object.
0 commit comments