How to use Question Answering API for Text with Python in 5 minutes?

Eden AI - Jan 13 '23 - - Dev Community

In this tutorial, you will learn how to use Q&A API in 5 minutes using Python. Eden AI provides an easy and developer-friendly API that allows you to ask questions based on texts.

What is Question Answering API?

Question Answering API allows users to input a natural language question and receive an answer based on the information present in a specific set of documents or a knowledge base. This technology uses natural language processing (NLP) and machine learning (ML) to understand the user's question and find the most relevant answer:

Question Answering API result on Eden AI

Question Answering API result on Eden AI

Getting Started with Q&A API using Python

The first step is to install Python's requests package, that will allow you to call Eden AI API:

Image description
Next, you'll simply need to install Python's JSON package in order to read and print the result of the API request:
Image description

How to use Q&A API with Python

You are now ready to process text into Eden AI Q&A API. You can process Q&A in many languages. You can access the list of languages supported in our documentation here.

1. Get a Q&A API Key on Eden AI

To perform Q&A, you'll need to create an account on Eden AI for free. Then, you will be able to get your API key direclty from the homepage with free credits offered by Eden AI.

Get your API key for FREE on Eden AI

Get your API key for FREE on Eden AI

2. Let’s use Question Answering API

Now that you have imported packages on Python and got your API key, you will be able to search infos into your text. With Eden AI, you can choose from a wide range of engine you want for Q&A. You can access all the Q&A providers available on Eden AI here.

Here is the Python script you'll need to write on your notebook:
https://uploads-ssl.webflow.com/61e7d259b7746e3f63f0b6be/6346d0f9f6f4a430ec3b80a5_qa-post.png

For example, we called two different Q&A engines. Eden AI API will then return in its JSON response results of those providers.

Once the request is done, you will be able to get the result with this print:
https://uploads-ssl.webflow.com/61e7d259b7746e3f63f0b6be/6346d10406554416f1ac4160_qa-result%20(2).png

Here is an example of a Q&A response:
https://uploads-ssl.webflow.com/61e7d259b7746e3f63f0b6be/6346d10fe0857172175016f4_qa-response.png

Benefits of using Question Answering API with Eden AI

As you can see, using Q&A with Eden AI API is quick and easy:

Best Question Answering AI engines in one API

Save time and cost

We offer a unified API for all providers: simple and standard to use, with a quick switch between providers and an access to the specificic features of each provider

Easy to integrate

The JSON output format is the same for all suppliers thanks to Eden AI's standardisation work. The response elements are also standardised thanks to Eden AI's powerful matching algorithms.

Customization

With Eden AI you have the possibility to integrate a third-party platform: we can quickly develop connectors. To go further and customize your Q&A request with specific parameters, check out our documentation.

Create your Account on Eden AI

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .