Commit 382fbac
Set embedding field as retrievable in Azure Vector Store
Resolves #1628
In Azure Vector Store, the embedding field needs to be retrievable
for proper functionality. While SearchField class doesn't have a
'retrievable' property, the 'hidden' field serves the same purpose.
The fix sets hidden=false on the embedding field to make it retrievable.
Link: #16281 parent a2e2696 commit 382fbac
File tree
1 file changed
+1
-0
lines changed- vector-stores/spring-ai-azure-store/src/main/java/org/springframework/ai/vectorstore/azure
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| 352 | + | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
| |||
0 commit comments