Elasticsearch Vector in Dremio?

Hello.
I have a little issue using dremio-oss:24.1 with elasticsearch7.13.0 inside docker.

I like to get “_source” and “_vector” from this image:

image

But, in dremio I get only “_index”, “_doc” and “_type” inside dremio table named “_doc”.
I have tryed to use a reflection but not worked too.

Why :frowning: ?

In dremio:
image

@Gabriel Do you see the same behavior if you use Dremio CE?

@balaji.ramaswamy I think is version of the elastic or dremio.oss combination.
I have try run elastic inside the dremio docker container, its same behavior, but when i try elastic 8x i get another files that I couldn’t see before :smile: