Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.runflow.ai/api/v1/runtime/v1/vectors/search \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "vectorStore": "<string>", "k": 123, "threshold": 123, "filters": {} } '
Search in vector stores
Search query
Vector store name
Number of results
Similarity threshold
Search filters
Search results: { results: [{ content, score, metadata }, ...] }. Empty array if the named store is missing.