fix(storage): support Azure connection string for presigned URLs (#2997)

* fix(docs): update requirements to be more accurate for deploying the app

* updated kb to support 1536 dimension vectors for models other than text embedding 3 small

* fix(storage): support Azure connection string for presigned URLs

* fix(kb): update test for embedding dimensions parameter

* fix(storage): align credential source ordering for consistency
This commit is contained in:
Waleed
2026-01-25 13:06:12 -08:00
committed by GitHub
parent 1bf5ed4586
commit be2a9ef0f8
15 changed files with 183 additions and 87 deletions

View File

@@ -408,6 +408,7 @@ describe('Knowledge Search Utils', () => {
input: ['test query'],
model: 'text-embedding-3-small',
encoding_format: 'float',
dimensions: 1536,
}),
})
)