Dando la posibilidad de conectar el endpoint a cualquier webhook que se tenga para la interacciòn entre ellos y la Retroalimentación.
#Bajar Wrangler CLI desde Cloudflare:
CuitGPT leverages several key components of Cloudflare's platform to power his application. CuitGPT RAG (Retrieval-Augmented Generation) app utilizes the @cf/baai/bge-base-en-v1.5 embeddings model and showcases Cloudflare’s capabilities in enhancing AI-driven services. With Cloudflare Workers AI, CuitGPT handles the retrieval of information from APIs for CuitGPT, including fetching data and embedding it into his application. The application possesses data based on two main types of information— Person by DNI or Juridic Person by CUIT. Cloudflare facilitates this by pulling data from APIs and outputting it into JSON format, allowing real-time JSON responses that deliver relevant information based on user queries—critical for CuitGPT’s functionality.
##para luego en consola ejecutar:
wrangler dev
## Ejemplo de búsqueda del Endpoint para usar como webhook con cualquier otro servicio:
###https://1.nicar.workers.dev/?dni=31765650
{"PERSONA":"title=\"Ver detalles de AVILA ROMAN JAVIER\"","DNI":"="}
31765650
Retrieval-Augmented-Generation over Cloudflare