Cannot see `Text` as a type in FilterMetadata

I am trying to test out the Vectara by uploading a sample doc and setting up filtering metadata in order to do queries.
The sample doc looks like this.

{

    "documentId": "doc-id-1",
    "title": "Book 1",
    "metadataJson": "{\"book-name\": \"Jane Eyre\", \"collection\": \"Story\", \"author\": \"Jane\"}",
    "section": [
        {
            "text": "The answer to the ultimate of life, the universe, and everything is 42."
        }
    ]
}

When I create a corpus with TextList, it gives error and I don’t see any Text type in the FilterMetadata list when creating a corpus.

Thanks for reporting this Nishaf! You’ve found a bug and we will deploy a fix shortly. I’ll let you know when the fix is live.

I’ve deployed the fix, so you should see the Text option. Please let us know if you have any more issues! Thanks again for your help and for using Vectara.

2 Likes