Skip to content

Commit e0b9879

Browse files
m1ngyuannamsoo2
authored andcommitted
Add metadata support for vector store types (spring-projects#3325)
Signed-off-by: Mingyuan Wu <[email protected]> Signed-off-by: minsoo.nam <[email protected]>
1 parent 620fc23 commit e0b9879

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)