Files
langflow/docs/docs/_partial-vector-search-results.mdx
Mendon Kissling 7c5668e1ca docs: rename data to JSON and dataframe to table (#12352)
* datatypes-page-and-sidebars

* release-notes

* find-and-replace-components

* notes

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* make-component-renaming-a-separate-item

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2026-03-31 17:51: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.