We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14646bd commit a9ee95eCopy full SHA for a9ee95e
enterprise/proxy/vector_stores/endpoints.py
@@ -77,7 +77,7 @@ async def new_vector_store(
77
)
78
79
new_vector_store: LiteLLM_ManagedVectorStore = LiteLLM_ManagedVectorStore(
80
- _new_vector_store.model_dump()
+ **_new_vector_store.model_dump()
81
82
83
# Add vector store to registry
0 commit comments