Consistent vector store property prefix for Chroma store
* The Chroma vector store config property prefix uses .store at the end which is not consistent with the other vector stores - fixing this. * Update the upgrade-notes.adoc
This commit is contained in:
committed by
Mark Pollack
parent
0f93828025
commit
b206b37dfd
@@ -74,7 +74,7 @@ spring.ai.vectorstore.chroma.client.username=<your username (if configure)>
|
||||
spring.ai.vectorstore.chroma.client.password=<your password (if configure)>
|
||||
|
||||
# Chroma Vector Store collection properties
|
||||
spring.ai.vectorstore.chroma.store.collection-name=<your collection name>
|
||||
spring.ai.vectorstore.chroma.collection-name=<your collection name>
|
||||
|
||||
# Chroma Vector Store configuration properties
|
||||
|
||||
@@ -116,7 +116,7 @@ You can use the following properties in your Spring Boot configuration to custom
|
||||
|`spring.ai.vectorstore.chroma.client.key-token`| Access token (if configured) | -
|
||||
|`spring.ai.vectorstore.chroma.client.username`| Access username (if configured) | -
|
||||
|`spring.ai.vectorstore.chroma.client.password`| Access password (if configured) | -
|
||||
|`spring.ai.vectorstore.chroma.store.collection-name`| Collection name | `SpringAiCollection`
|
||||
|`spring.ai.vectorstore.chroma.collection-name`| Collection name | `SpringAiCollection`
|
||||
|===
|
||||
|
||||
[NOTE]
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
[[upgrade-notes]]
|
||||
= Upgrading Notes
|
||||
|
||||
== Upgrading to 1.0.0.M2
|
||||
|
||||
* The configuration prefix for the Chroma Vector Store has been changes from `spring.ai.vectorstore.chroma.store` to `spring.ai.vectorstore.chroma` in order to align with the naming conventions of other vector stores.
|
||||
|
||||
== Upgrading to 1.0.0.M1
|
||||
|
||||
On our march to release 1.0.0 M1 we have made several breaking changes. Apologies, it is for the best!
|
||||
|
||||
Reference in New Issue
Block a user