{% extends "index_page.html" %} {% block title %}GNQA{% endblock %} {% block css %} {% endblock %} {% block search %}{% endblock %} {% block content %}

AI Search

{% if answer %} {% include 'gnqa_answer.html' %} {% else %}

Welcome to the GeneNetwork Question and Answer (GNQA)system. We utilize a large language model and 3000 scientific publications to make GNQA a subject matter expert in three areas: GeneNetwork.org, genomics/genetics with regards to diabetes and genomics/genetics with regards to agin..

At the moment when you ask GNQA something it will attempt to return a sensible answer with real references. To this end we aim to reduce hallucinations and provide a knowledge launchpad for a researcher to enhance their knowledge on the relevant subject matter.

GNQA is not a finished product as we are working diligently to improve it daily.

Thanks for using GNQA!

{% endif %}
{% endblock %} {% block js %} {% endblock %}