Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-20 | 2.1 kB | |
v0.2.12 source code.tar.gz | 2025-06-20 | 11.2 MB | |
v0.2.12 source code.zip | 2025-06-20 | 11.9 MB | |
Totals: 3 Items | 23.0 MB | 1 |
Highlights
- Filter support in file search
- Support auth attributes in inference and response stores
What's Changed
- feat: To add health check for faiss inline vector_io provider by @justjais in https://github.com/meta-llama/llama-stack/pull/2319
- feat(ui): add infinite scroll pagination to chat completions/responses logs table by @ehhuang in https://github.com/meta-llama/llama-stack/pull/2466
- chore: Remove @booxter from triagers by @booxter in https://github.com/meta-llama/llama-stack/pull/2473
- feat: support filters in file search by @ehhuang in https://github.com/meta-llama/llama-stack/pull/2472
- feat: drop python 3.10 support by @cdoern in https://github.com/meta-llama/llama-stack/pull/2469
- fix: allow running vector tests with embedding dimension by @leseb in https://github.com/meta-llama/llama-stack/pull/2467
- fix: remove asyncio.TimeoutError since Python update by @leseb in https://github.com/meta-llama/llama-stack/pull/2476
- ci: add python package build test by @leseb in https://github.com/meta-llama/llama-stack/pull/2457
- fix: cancel scheduler tasks on shutdown by @booxter in https://github.com/meta-llama/llama-stack/pull/2130
- feat: Add missing Vector Store Files API surface by @bbrowning in https://github.com/meta-llama/llama-stack/pull/2468
- feat: expand set of known gemini models by @eranco74 in https://github.com/meta-llama/llama-stack/pull/2471
- feat: remove score_threshold constraint by @ehhuang in https://github.com/meta-llama/llama-stack/pull/2479
- docs: Fix spacing by @makelinux in https://github.com/meta-llama/llama-stack/pull/2481
- feat: support auth attributes in inference/responses stores by @ehhuang in https://github.com/meta-llama/llama-stack/pull/2389
New Contributors
- @eranco74 made their first contribution in https://github.com/meta-llama/llama-stack/pull/2471
- @makelinux made their first contribution in https://github.com/meta-llama/llama-stack/pull/2481
Full Changelog: https://github.com/meta-llama/llama-stack/compare/v0.2.11...v0.2.12