llama-stack-mirror/tests/unit/providers/vector_io
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
..
conftest.py feat(qdrant): implement hybrid and keyword search support (#4006) 2025-12-03 16:39:01 -05:00
test_faiss.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
test_sqlite_vec.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
test_vector_io_openai_vector_stores.py feat: Enhance Vector Stores config with full configurations (#4397) 2025-12-17 16:56:46 -05:00
test_vector_utils.py fix: Pydantic validation error with list-type metadata in vector search (#3797) (#4173) 2025-11-19 10:16:34 -08:00