mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 23:04:14 +08:00
* 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>
2 lines
360 B
Plaintext
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. |