Timothy J. Baek
ff737a9e25
enh: openai error message handling
2024-09-19 16:20:00 +02:00
Timothy Jaeryang Baek
d52eaf19d6
Merge pull request #5511 from EtiennePerot/import-file
...
fix: restore `__file__` variable for imported toolkits and functions
2024-09-19 15:29:34 +02:00
Timothy Jaeryang Baek
5d3a89dd25
Merge pull request #5496 from pawel-ochman/azure-tts
...
Integrate Azure Speech service for TTS
2024-09-19 02:42:45 +02:00
Timothy J. Baek
afa42dd2e4
refac
2024-09-19 02:40:54 +02:00
Pawel Ochman
4d9677e808
Update configuration page, expose all Azure settings through ENV variables
2024-09-18 14:13:42 +01:00
Pawel Ochman
eacb69074e
remove dependency and migrate to raw rest calls
2024-09-18 12:24:55 +01:00
Etienne Perot
6477bf37fe
fix: restore __file__
variable for imported toolkits and functions
...
Commit cf86ba7786
changed the way toolkits
and functions were imported to use `exec`, whereas they previously were
written to files and `import`ed. The use of `exec` means that
module-global variables such as `__file__` are no longer defined.
This breaks https://github.com/EtiennePerot/open-webui-code-execution
(code execution tool for Open WebUI), as the module needs to re-execute
its own code in a subprocess in order to properly sandbox itself. This
is done using `__file__` in order to know where the module's code is
located.
This PR creates a temporary in-memory file that contains the imported
toolkit or function's code and exists only during the import process.
Then it injects the path to this in-memory file as the `__file__`
variable in the `exec` context. This restores the ability for the
toolkit or function being imported to rely on `__file__`.
2024-09-18 01:08:30 -07:00
Timothy J. Baek
7a9c0946a4
refac
2024-09-17 23:13:51 +02:00
Timothy J. Baek
7e0a26ef4e
refac
2024-09-17 23:07:04 +02:00
Timothy J. Baek
67f95ddfdc
refac
2024-09-17 22:58:06 +02:00
Pawel Ochman
d6b68f405e
added azure speech service support
2024-09-17 09:13:10 +01:00
Timothy J. Baek
06debb322b
refac: colbert cuda support
2024-09-16 12:42:48 +02:00
Timothy J. Baek
b7f0759485
refac
2024-09-16 12:36:43 +02:00
Timothy J. Baek
bc6f23f82f
fix
2024-09-16 12:33:55 +02:00
Timothy J. Baek
cb9e76c7f9
refac: default rag template
2024-09-16 12:01:04 +02:00
Timothy J. Baek
b38986a0aa
enh: colbert rerank support
2024-09-16 11:46:39 +02:00
Timothy J. Baek
db0c576f48
refac
2024-09-16 07:14:17 +02:00
Timothy J. Baek
d0df2cbe53
fix: disable "enable new sign ups" not working issue
2024-09-14 23:13:52 +01:00
Timothy Jaeryang Baek
27baa00afb
Merge pull request #5419 from cheahjs/fix/remove-doc-support
...
fix: remove unsupported .doc file ingest
2024-09-14 22:52:40 +01:00
Timothy J. Baek
869063c743
refac: better reranking model error handling
2024-09-14 20:58:42 +01:00
Jun Siang Cheah
3199e26500
fix: remove unsupported .doc file ingest
2024-09-14 12:44:51 +01:00
Timothy Jaeryang Baek
d75d638b9a
Merge pull request #5406 from open-webui/main
...
refac
2024-09-13 19:26:51 +01:00
Timothy J. Baek
b64c9d966a
refac
2024-09-13 14:26:32 -04:00
Timothy Jaeryang Baek
8a928e5356
Merge pull request #5405 from open-webui/main
...
refac: filter non chat completions models
2024-09-13 19:23:02 +01:00
Timothy J. Baek
adf958559b
refac: filter non chat completions models
2024-09-13 14:20:27 -04:00
Timothy Jaeryang Baek
c1d3481c41
Merge pull request #5399 from open-webui/main
...
fix: allow o1
2024-09-13 15:01:48 +01:00
Timothy J. Baek
bc0baa35e6
fix: allow o1
2024-09-13 09:59:41 -04:00
Timothy J. Baek
f549cb1f87
fix
2024-09-13 01:30:30 -04:00
Timothy J. Baek
823093eea6
fix: hybrid search
2024-09-13 01:21:47 -04:00
Timothy J. Baek
939bfd153e
refac
2024-09-13 01:18:20 -04:00
Timothy J. Baek
b943b7d337
refac
2024-09-13 01:08:02 -04:00
Timothy J. Baek
8a4b3e6bc9
refac: allow multiple [context] in prompt
2024-09-13 01:06:51 -04:00
Timothy J. Baek
7df997c992
chore: format
2024-09-13 00:49:23 -04:00
Timothy J. Baek
bebc0d2073
chore: format
2024-09-13 00:48:54 -04:00
Timothy J. Baek
47e9c12fc2
refac
2024-09-13 00:41:20 -04:00
Timothy Jaeryang Baek
5970dadead
Merge pull request #5256 from Bazsalanszky/main
...
feat: More options for AUTOMATIC1111
2024-09-13 05:40:09 +01:00
Timothy Jaeryang Baek
7dc4cb30b2
Merge pull request #5378 from thiswillbeyourgithub/fix_RAG_and_web
...
fix: RAG and Web Search + RAG enhancements
2024-09-13 05:38:53 +01:00
Peter De-Ath
ca9874757f
fix: change metadata to metadatas
2024-09-12 20:14:14 +01:00
thiswillbeyourgithub
65d5545cf0
added a few type hints
2024-09-12 17:22:22 +02:00
thiswillbeyourgithub
e872f5dc78
log: added a debug log if detecting a potential prompt injection attack
2024-09-12 17:22:22 +02:00
thiswillbeyourgithub
9661fee554
fix: handle case where [query] happens in the RAG context
2024-09-12 17:22:22 +02:00
thiswillbeyourgithub
adf26789b8
logs: crash if rag_template would be wrong
2024-09-12 17:22:22 +02:00
thiswillbeyourgithub
ed2a1e7db9
enh: use non hybrid search as fallback if hybrid search failed
2024-09-12 17:22:22 +02:00
thiswillbeyourgithub
53f03f6556
fix: log exception when issues of collection querying
2024-09-12 16:51:37 +02:00
Timothy J. Baek
62f1933e3c
refac: audio input (audio/ogg support)
2024-09-12 09:18:20 -04:00
Timothy J. Baek
0b30dc357c
refac: remove prints
2024-09-12 09:13:21 -04:00
Balazs Toldi
d05ba042c0
Make the optional AUTOMATIC1111 values nullable
...
This commit makes the optional AUTOMATIC1111 options default to None, and if the value is removed, it resets to None.
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
2024-09-12 14:00:24 +02:00
Timothy Jaeryang Baek
675403d26d
Merge pull request #5364 from open-webui/multiple-vector-dbs
...
refac: vector db clients
2024-09-12 07:00:55 +01:00
Timothy J. Baek
8be6e16513
refac: vector db clients
2024-09-12 02:00:31 -04:00
Timothy Jaeryang Baek
c7fc17da69
Merge pull request #5312 from open-webui/multiple-vector-dbs
...
feat: various vector db support
2024-09-12 06:53:47 +01:00