Loading a bidimensional table on vector index

Is it possible to load in the vector index a bi-dimensional table like the one in attachment and query it ?

To search through many tables you would want to transform this table into HTML or markdown and embed it with an model like OpenAI’s text-embedding-ada-002 or one of the top embedding models here.

That embedding step will allow you to search through many tables, then to query it - there are table-specific query models you could try like TAPAS, like in this example. However, using more modern LLMs like gpt-3.5-turbo will likely give you better results.