Skip to content

Commit 3fa218a

Browse files
authored
Add metadata support for vector store types (#3325)
Signed-off-by: Mingyuan Wu <my.wu@outlook.com>
1 parent 544a448 commit 3fa218a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"groups": [],
3+
"properties": [
4+
{
5+
"name": "spring.ai.vectorstore.type",
6+
"type": "java.lang.String",
7+
"description": "Vector store type. Requires a vector store."
8+
}
9+
],
10+
"hints": [],
11+
"ignored": {
12+
"properties": []
13+
}
14+
}

0 commit comments

Comments
 (0)