Files
langflow/docs/versioned_docs/version-1.10.0/_partial-vector-search-results.mdx
Mendon Kissling 2411d8036e docs: build OpenAPI spec and cut version 1.10 (#13537)
* build-api

* bump-version-to-1.10

* fix-broken-links
2026-06-08 18:25:14 +00:00

2 lines
360 B
Plaintext

If you use a vector store component to query your vector database, it produces search results that you can pass to downstream components in your flow as a list of [`JSON`](/data-types#json) objects or a tabular [`Table`](/data-types#table).
If both types are supported, you can set the format near the vector store component's output port in the visual editor.