Skip to content

Commit 12c725d

Browse files
committed
Minor cleanup in the Weaviate vector store docs
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
1 parent 24de06e commit 12c725d

File tree

1 file changed

+5
-3
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs

1 file changed

+5
-3
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/weaviate.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ Please have a look at the list of xref:#_weaviatevectorstore_properties[configur
124124

125125
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.
126126

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.
128129

129130
Here is an example of the required bean:
130131

@@ -261,13 +262,14 @@ You can use the following properties in your Spring Boot configuration to custom
261262
|`spring.ai.vectorstore.weaviate.host`|The host of the Weaviate server|localhost:8080
262263
|`spring.ai.vectorstore.weaviate.scheme`|Connection schema|http
263264
|`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
265266
|`spring.ai.vectorstore.weaviate.content-field-name`|The field name for content|content
266267
|`spring.ai.vectorstore.weaviate.consistency-level`|Desired tradeoff between consistency and speed|ConsistentLevel.ONE
267268
|`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>|
268269
|===
269270

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]
271273

272274
== Accessing the Native Client
273275

0 commit comments

Comments
 (0)