get a gpt-instructor to determine if the question is specific about an article and if so to extract a json out of the question. The json will contain the documento, and articulo elements. documento will default to the global variable that determines the DB to do rag on.
with the extracted json, we will do a fuzzy search to retrieve the correct document.
get a gpt-instructor to determine if the question is specific about an article and if so to extract a json out of the question. The json will contain the documento, and articulo elements. documento will default to the global variable that determines the DB to do rag on.
with the extracted json, we will do a fuzzy search to retrieve the correct document.