CdC-SI / eak-copilot

The official repository of the EAK-Copilot project as part of the Innovation Fellowship 2024.
https://cdc-si.github.io/eak-copilot/
GNU General Public License v3.0
5 stars 0 forks source link

exact match #66

Closed K-Schubert closed 3 months ago

K-Schubert commented 4 months ago

Exact match of user queries inputed into chatbar with suggestion queries in postgresql db (from the FAQ from https://faq.bsv.admin.ch).

Connect user chat query input to "/search" api endpoint from https://github.com/CdC-SI/eak-copilot/blob/main/api/app/main.py to create exact match suggestion list.

The exact match is a prefix match (only match from the beginning of string) and is case insensitive.