mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-29 03:50:04 +00:00
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:
parent
bc35a95117
commit
f79a9040ae
20 changed files with 1077 additions and 435 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue