Add metadata support for vector store types (#3325)

Signed-off-by: Mingyuan Wu <my.wu@outlook.com>
This commit is contained in:
Mingyuan Wu
2025-05-27 15:10:59 +08:00
committed by Ilayaperumal Gopinathan
parent 7b50bb56bc
commit f78b54939a

View File

@@ -0,0 +1,14 @@
{
"groups": [],
"properties": [
{
"name": "spring.ai.vectorstore.type",
"type": "java.lang.String",
"description": "Vector store type. Requires a vector store."
}
],
"hints": [],
"ignored": {
"properties": []
}
}