What is a Table node?

Node in Stack AI

Table helps you ask questions about a specific table so that an LLM can use that information.

How to use it?

How to connect with other nodes

To utilize the Table node, you must establish connections to both its input and output edges:

  • Input: This node necessitates a text input. Typically, you would connect the input to an Input node. Through this input, you will need to provide the text query that you want to search for in your tables (i.e., CSV).
  • Output: This node outputs chunks of information, after having filter the information based on your query (your input). Typically, you would connect the output to an LLM or Output node.

Tables upload

Additionally, you will need to upload your table to the node. The file has to be in CSV format. To do so, click on the Upload CSV button and select the file you want to upload.