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: spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/weaviate.adoc
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ Please have a look at the list of xref:#_weaviatevectorstore_properties[configur
124
124
125
125
TIP: Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add Maven Central and/or Snapshot Repositories to your build file.
126
126
127
-
Additionally, you will need a configured `EmbeddingModel` bean. Refer to the xref:api/embeddings.adoc#available-implementations[EmbeddingModel] section for more information.
127
+
Additionally, you will need a configured `EmbeddingModel` bean.
128
+
Refer to the xref:api/embeddings.adoc#available-implementations[EmbeddingModel] section for more information.
128
129
129
130
Here is an example of the required bean:
130
131
@@ -261,13 +262,14 @@ You can use the following properties in your Spring Boot configuration to custom
261
262
|`spring.ai.vectorstore.weaviate.host`|The host of the Weaviate server|localhost:8080
|`spring.ai.vectorstore.weaviate.api-key`|The API key for authentication|
264
-
|`spring.ai.vectorstore.weaviate.object-class`|The class name for storing documents. should|SpringAiWeaviate
265
+
|`spring.ai.vectorstore.weaviate.object-class`|The class name for storing documents. |SpringAiWeaviate
265
266
|`spring.ai.vectorstore.weaviate.content-field-name`|The field name for content|content
266
267
|`spring.ai.vectorstore.weaviate.consistency-level`|Desired tradeoff between consistency and speed|ConsistentLevel.ONE
267
268
|`spring.ai.vectorstore.weaviate.filter-field`|Configures metadata fields that can be used in filters. Format: spring.ai.vectorstore.weaviate.filter-field.<field-name>=<field-type>|
268
269
|===
269
270
270
-
TIP: Object class names should start with an uppercase letter, and field names should start with a lowercase letter. see link:https://weaviate.io/developers/weaviate/concepts/data#data-object-concepts[data-object-concepts]
271
+
TIP: Object class names should start with an uppercase letter, and field names should start with a lowercase letter.
272
+
See link:https://weaviate.io/developers/weaviate/concepts/data#data-object-concepts[data-object-concepts]
0 commit comments