mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
docs: improve vector store config documentation and fix test isolation
This commit is contained in:
parent
ecb06a0384
commit
534c227058
3 changed files with 24 additions and 4 deletions
|
@ -5,9 +5,13 @@
|
|||
# the root directory of this source tree.
|
||||
|
||||
|
||||
import pytest
|
||||
|
||||
from llama_stack.apis.models import ModelType
|
||||
from llama_stack.core.routers.vector_io import VectorIORouter
|
||||
|
||||
pytestmark = pytest.mark.asyncio
|
||||
|
||||
|
||||
class _DummyModel:
|
||||
def __init__(self, identifier: str, dim: int):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue