forked from phoenix-oss/llama-stack-mirror
test: dont hardcode faiss as provider in the tests please
This commit is contained in:
parent
4c8a0fa8dc
commit
ece354eedd
2 changed files with 0 additions and 3 deletions
|
@ -458,7 +458,6 @@ def test_rag_agent(llama_stack_client, agent_config, rag_tool_name):
|
|||
vector_db_id=vector_db_id,
|
||||
embedding_model="all-MiniLM-L6-v2",
|
||||
embedding_dimension=384,
|
||||
provider_id="faiss",
|
||||
)
|
||||
llama_stack_client.tool_runtime.rag_tool.insert(
|
||||
documents=documents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue