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 52c28d9 commit 764ece6Copy full SHA for 764ece6
main.py
@@ -217,6 +217,7 @@ async def list_vector_stores(
217
218
219
@app.post("/v1/vector_stores/{vector_store_id}/search", response_model=VectorStoreSearchResponse)
220
+@app.post("/vector_stores/{vector_store_id}/search", response_model=VectorStoreSearchResponse)
221
async def search_vector_store(
222
vector_store_id: str,
223
request: VectorStoreSearchRequest,
0 commit comments