llama-stack-mirror/tests/unit/providers
ehhuang db2cd9e8f3
feat: support filters in file search (#2472)
# What does this PR do?
Move to use vector_stores.search for file search tool in Responses,
which supports filters.

closes #2435 

## Test Plan
Added e2e test with fitlers.
myenv ❯ llama stack run llama_stack/templates/fireworks/run.yaml

pytest -sv tests/verifications/openai_api/test_responses.py \
  -k 'file_search and filters' \
  --base-url=http://localhost:8321/v1/openai/v1 \
  --model=meta-llama/Llama-3.3-70B-Instruct
2025-06-18 21:50:55 -07:00
..
agent feat: fine grained access control policy (#2264) 2025-06-03 14:51:12 -07:00
agents feat: support filters in file search (#2472) 2025-06-18 21:50:55 -07:00
inference feat: To add health status check for remote VLLM (#2303) 2025-06-06 15:33:12 -04:00
nvidia fix: Pass model parameter as config name to NeMo Customizer (#2218) 2025-05-20 09:51:39 -07:00
utils fix: add check for interleavedContent (#1973) 2025-05-06 09:55:07 -07:00
vector_io feat: To add health check for faiss inline vector_io provider (#2319) 2025-06-18 17:56:25 +02:00
test_configs.py feat(api): don't return a payload on file delete (#1640) 2025-03-25 17:12:36 -07:00