We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ef25b commit 3b09a95Copy full SHA for 3b09a95
src/llama_stack/core/routers/vector_io.py
@@ -99,11 +99,6 @@ async def query_chunks(
99
) -> QueryChunksResponse:
100
logger.debug(f"VectorIORouter.query_chunks: {vector_store_id}")
101
provider = await self.routing_table.get_provider_impl(vector_store_id)
102
-
103
- # Ensure params dict exists
104
- if params is None:
105
- params = {}
106
107
return await provider.query_chunks(vector_store_id, query, params)
108
109
# OpenAI Vector Stores API endpoints
0 commit comments