按语义相似性搜索向量存储文档
get
Initiate a search operation with a query text and receive most semantically similar responses from the vector store.
Path parameters
vector-store-idstringrequired
The ID of the vector store.
Query parameters
qstringrequired
The search query text.
nintegeroptional
Number of chunks to return.
tnumberoptional
Matching threshold.
prev_chunksintegeroptional
Number of chunks before the matched chunk to include.
next_chunksintegeroptional
Number of chunks after the matched chunk to include.
Header parameters
x-api-keystringrequired
The API key for authentication.
Responses
application/json
cURL
JavaScript
Python
HTTP
200
Last updated