llama-stack-mirror/llama_stack/providers
Francisco Arceo 2aba2c1236
chore: Moving vector store and vector store files helper methods to openai_vector_store_mixin (#2863)
# What does this PR do?
Moving vector store and vector store files helper methods to
`openai_vector_store_mixin.py`

<!-- If resolving an issue, uncomment and update the line below -->
<!-- Closes #[issue-number] -->

## Test Plan
The tests are already supported in the CI and tests the inline providers
and current integration tests.

Note that the `vector_index` fixture will be test `milvus_vec_adapter`,
`faiss_vec_adapter`, and `sqlite_vec_adapter` in
`tests/unit/providers/vector_io/test_vector_io_openai_vector_stores.py`.

Additionally, the integration tests in `integration-vector-io-tests.yml`
runs `tests/integration/vector_io` tests for the following providers:
```python
vector-io-provider: ["inline::faiss", "inline::sqlite-vec", "inline::milvus", "remote::chromadb", "remote::pgvector"]
```

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-07-23 13:35:48 -04:00
..
inline chore: Moving vector store and vector store files helper methods to openai_vector_store_mixin (#2863) 2025-07-23 13:35:48 -04:00
registry chore: remove *_openai_compat providers (#2849) 2025-07-22 10:25:36 -07:00
remote chore: Moving vector store and vector store files helper methods to openai_vector_store_mixin (#2863) 2025-07-23 13:35:48 -04:00
utils chore: Moving vector store and vector store files helper methods to openai_vector_store_mixin (#2863) 2025-07-23 13:35:48 -04:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py feat(registry): more flexible model lookup (#2859) 2025-07-22 15:22:48 -07:00