We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509daab commit 88b9484Copy full SHA for 88b9484
src/lib/Resources/config/solr/managed-schema.xml
@@ -163,6 +163,12 @@ should not remove or drastically change the existing definitions.
163
<!-- 3072-dim suffix for 3-large -->
164
<dynamicField name="*_3large_dv" type="vector_3072"/>
165
166
+ <!-- Generic dimension-based suffix: any model-specific suffix ending with 1536_dv -->
167
+ <dynamicField name="*_1536_dv" type="vector_1536"/>
168
+
169
+ <!-- Generic dimension-based suffix: any model-specific suffix ending with 3072_dv -->
170
+ <dynamicField name="*_3072_dv" type="vector_3072"/>
171
172
<!--
173
This field is required since Solr 4
174
-->
0 commit comments