mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 00:59:07 +08:00
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. |