llama-stack-mirror/tests/unit/core
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
..
routers feat: Enhance Vector Stores config with full configurations (#4397) 2025-12-17 16:56:46 -05:00
test_provider_data_context.py fix(context): prevent provider data leak between streaming requests (#3924) 2025-10-27 23:01:12 -07:00
test_stack_validation.py feat: Making static prompt values in Rag/File Search configurable in Vector Store Config (#4368) 2025-12-15 11:39:01 -05:00
test_storage_references.py feat: remove usage of build yaml (#4192) 2025-12-10 10:12:12 +01:00
test_vector_stores_config.py feat: Enhance Vector Stores config with full configurations (#4397) 2025-12-17 16:56:46 -05:00