llama-stack-mirror/src/llama_stack
Francisco Javier Arceo 2d149e3d2d
feat: Enhance Vector Stores config with full configurations (#4397)
# What does this PR do?

Enhances the Vector Stores config with full set of appropriate
configurations
- Add FileIngestionParams, ChunkRetrievalParams, and FileBatchParams
subconfigs
- Update RAG memory, OpenAI vector store mixin, and vector store utils
to use configuration
  - Fix import organization across vector store components
  - Add comprehensive vector stores configuration documentation
  - Update docs navigation to include vector store configuration guide
- Delete `memory/constants.py` and move constant values directly into
Pydantic models

## Test Plan
Tests updated + CI

---------

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-12-17 16:56:46 -05:00
..
cli fix: remove run config from logs (#4395) 2025-12-16 10:37:18 -05:00
core feat: Enhance Vector Stores config with full configurations (#4397) 2025-12-17 16:56:46 -05:00
distributions feat: Enhance Vector Stores config with full configurations (#4397) 2025-12-17 16:56:46 -05:00
models refactor: remove dead inference API code and clean up imports (#4093) 2025-11-10 15:29:24 -08:00
providers feat: Enhance Vector Stores config with full configurations (#4397) 2025-12-17 16:56:46 -05:00
telemetry feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
testing fix: MCP authorization parameter implementation (#4052) 2025-11-14 08:54:42 -08:00
__init__.py chore: Stack server no longer depends on llama-stack-client (#4094) 2025-11-07 09:54:09 -08:00
env.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
log.py feat: remove usage of build yaml (#4192) 2025-12-10 10:12:12 +01:00