Skip to content

Commit f78b549

Browse files
m1ngyuanilayaperumalg
authored andcommitted
Add metadata support for vector store types (#3325)
Signed-off-by: Mingyuan Wu <[email protected]>
1 parent 7b50bb5 commit f78b549

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)