Skip to content

Releases: pablomarin/GPT-Azure-Search-Engine

v1.3.0

14 Apr 20:34
Compare
Choose a tag to compare

What's new:

  1. New Notebook: 05-SQLDB_QA.ipynb - Explains how it is possible to query a SQL database with natural language using Azure OpenAI GPT models.
  2. Added SQL Server and Database to azuredeploy.json
  3. Change the CSV File for Notebook 04 and app to a better more official file.
  4. Improve explanations in notebooks overall

v.1.2.1

09 Apr 06:03
396c96f
Compare
Choose a tag to compare
  • Added Notebook 04 - Explains how to use REACT/MRKL Agents in order to solve the problem of Q&A over Tabular Data in CSV
  • Added ENV Variables to Notebooks and App to improve security and credentials exposure
  • App is now Multi-Page

v.1.2.0: Merge pull request #8 from pablomarin/pages_tabular

08 Apr 03:21
7c4d0c6
Compare
Choose a tag to compare

New Feature:
New page - Tabular Q&A Demo using GPT-4
Several bug fixes

v1.1.5

06 Apr 06:13
Compare
Choose a tag to compare

Added Features:

  • Multi-Index
  • Multi-Lingual
  • One-To-Many CSV indexing
  • Speed up semantic search if chunks are too many using in-memory BERT embeddings