Release 1.2 (#242)

* chore: improve podcast transcripts

* fix: remove date from insight - fixes #241

* fix: improve scrolling on source and insights - fixes #237

* chore: update esperanto to fix: #234

* chore: update esperanto to fix #226

* fix: process vectorization as subcommands to handle larger documents more gracefully - fix: #229

* feat: enable background job retry capabilities

* feat: reenable content types that were disabled during alpha version

* fix: remove unnecessary model caching causing many issues.

* feat: support multiple azure endpoints and keys just like openai compatible. Fixes #215

* docs: update azure variables

* chore: bump and update dependencies
This commit is contained in:
Luis Novo 2025-11-01 14:40:00 -03:00 committed by GitHub
parent bc35a95117
commit f79a9040ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1077 additions and 435 deletions

View file

@ -74,7 +74,6 @@ async def repo_query(
raise RuntimeError(result)
return result
except Exception as e:
logger.error(f"Query: {query_str[:200]} vars: {vars}")
logger.exception(e)
raise