Question Answering

Question answering datasets provide an out-of-the-box solution for a machine learning powered search engine. AnnDB uses state-of-the-art machine learning models to provide highly relevant search results. Using the API, you can build a dataset of facts that you can later query using natural language queries.

Create a Dataset

Create a dataset with Question Answering type which tells AnnDB to encode your facts and queries to vectors.

In order to manage data in your dataset, create a corresponding dataset instance using the client.

Insert

Update

Delete

Last updated