Add metadata support for vector store types (#3325)
Signed-off-by: Mingyuan Wu <my.wu@outlook.com>
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
7b50bb56bc
commit
f78b54939a
@@ -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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user