Files
langflow/docs/versioned_docs/version-1.9.0/_partial-vector-search-results.mdx
Mendon Kissling 71fbf5ff00 docs: cut version 1.9.0 (#12681)
* version-1.9.0-docs

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-04-14 02:07:01 +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.