From 1193a55e7b6d555520430fa49d7db3f0a00ede8e Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Sat, 17 Jan 2026 11:45:43 +0000 Subject: [PATCH] docs: Remove Version History section from LLM Bridge README --- doc/LLM_Bridge/README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/LLM_Bridge/README.md b/doc/LLM_Bridge/README.md index 02a60fea0..6195f5912 100644 --- a/doc/LLM_Bridge/README.md +++ b/doc/LLM_Bridge/README.md @@ -458,17 +458,6 @@ For system architecture details, see [ARCHITECTURE.md](ARCHITECTURE.md). For testing information, see [TESTING.md](TESTING.md). -## Version History - -- **1.0.0** (2025-01-17): Converted from NL2SQL to generic LLM Bridge - - Renamed from NL2SQL_Converter to LLM_Bridge - - Changed prefix from `/* NL2SQL: */` to `/* LLM: */` - - Removed SQL-specific fields (sql_query, confidence, tables_used) - - Added generic text_response field - - Updated all genai_nl2sql_* variables to genai_llm_* -- **0.2.0** (2025-01-16): NL2SQL with structured errors and retry logic -- **0.1.0** (2025-01-16): Initial NL2SQL release - ## License This feature is part of ProxySQL and follows the same license.