Timothy Jaeryang Baek
4da75a9e78
feat: GZip, Brotli, ZStd compression middleware support
...
Co-Authored-By: Jason Baker <jason.th.baker@gmail.com>
2025-05-26 14:18:29 +04:00
Bryan Bassett
12896fb728
use unquote_user in peewee 3.17.10
2025-05-20 15:18:32 -04:00
Timothy Jaeryang Baek
765acc4cad
chore: dep bump
2025-05-17 21:53:31 +04:00
Timothy Jaeryang Baek
424f6f71cf
chore: duckduckgo-search bump
2025-05-17 03:03:07 +04:00
Timothy Jaeryang Baek
f78811b253
chore: bump
2025-05-05 16:49:21 +04:00
Timothy Jaeryang Baek
3ec6652f99
chore: dep bump
2025-04-24 01:48:07 +09:00
Athanasios Oikonomou
e000c56ef7
feat(vector-db): add support for Pinecone client
...
Adds Pinecone as a supported vector database option.
- Implements `PineconeClient` with support for common operations: `add`, `query`, `delete`, `reset`.
- Emulates namespace support using metadata filtering (`collection_name` prefix).
- Dynamically configures Pinecone via the following env vars:
- `PINECONE_API_KEY`
- `PINECONE_ENVIRONMENT`
- `PINECONE_INDEX_NAME`
- `PINECONE_DIMENSION`
- `PINECONE_METRIC`
- `PINECONE_CLOUD`
- Integrates cleanly with the vector DB abstraction layer.
- Includes markdown documentation under `docs/getting-started/env-configuration.md`.
BREAKING CHANGE: None
2025-04-20 11:08:51 +03:00
Timothy Jaeryang Baek
1a6eaf6445
chore: dependency bump
2025-04-12 22:07:23 -07:00
Tim Jaeryang Baek
02ba7aeb95
Merge pull request #12366 from Ithanil/redis_sentinel_2
...
chore: adapt websocket redis sentinel code to new native support in python-socketio
2025-04-12 11:41:30 -07:00
Jan Kessler
c6755f9151
bump python-socketio to 5.13.0 (to support Redis Sentinel natively)
2025-04-12 19:22:10 +02:00
Tim Jaeryang Baek
1865e29bfc
Merge pull request #12683 from Youggls/dev
...
feat: Add sougou web search engine.
2025-04-10 08:45:15 -07:00
Timothy Jaeryang Baek
536bc36e36
chore: bump duckduckgo
2025-04-10 08:42:03 -07:00
Youggls
3e2a6df1fb
feat: Add sougou web search API for backend, add config panel in for frontend.
2025-04-10 14:51:44 +08:00
Florian Maurer
760ea3f4af
duckduckgo: backend api has been deprecated since december
...
also increase duckduckgo-search version
see 3ee8e08b1c
2025-04-08 14:02:06 +02:00
Timothy Jaeryang Baek
914eb49767
chore: include `accelerate` dependency
2025-04-06 17:44:05 -07:00
Timothy Jaeryang Baek
13dfca4e76
chore: bump
2025-04-05 11:13:30 -06:00
Timothy Jaeryang Baek
4b1899bfca
chore: dependency
2025-03-14 12:35:33 +00:00
Melroy van den Berg
b02e6c6734
Deps: Update fake-useragent to v2.1.0
2025-03-12 20:41:51 +01:00
Timothy Jaeryang Baek
976c94ba5a
chore: pyproject
2025-03-04 22:13:51 -08:00
Timothy Jaeryang Baek
59ddce1ea3
chore: bump
2025-03-01 08:00:40 -08:00
Timothy Jaeryang Baek
2b025b267a
chore: bump
2025-03-01 07:57:08 -08:00
Timothy Jaeryang Baek
2d379cb35f
chore: pyproject
2025-02-26 23:19:19 -08:00
Timothy Jaeryang Baek
ab1b910d80
Merge pull request #10486 from Micca/feature/document_intelligence_support
...
Feat: Adding Support for Azure AI Document Intelligence for Content Extraction (Revised)
2025-02-21 10:56:18 -08:00
dependabot[bot]
eb218f6674
build(deps): bump the pip group across 2 directories with 1 update
...
Bumps the pip group with 1 update in the / directory: [python-jose](https://github.com/mpdavis/python-jose ).
Bumps the pip group with 1 update in the /backend directory: [python-jose](https://github.com/mpdavis/python-jose ).
Updates `python-jose` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/mpdavis/python-jose/releases )
- [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0 )
Updates `python-jose` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/mpdavis/python-jose/releases )
- [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0 )
---
updated-dependencies:
- dependency-name: python-jose
dependency-type: direct:production
dependency-group: pip
- dependency-name: python-jose
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 10:02:35 +00:00
Timothy Jaeryang Baek
385a894b3c
chore: pyproject
2025-02-20 01:42:11 -08:00
Youggls
1692a52a6a
fix(deps): upgrade pydantic from v2.9.2 to v2.10.3+ in requirements.txt and pyproject.toml
2025-02-19 19:08:17 +08:00
Timothy Jaeryang Baek
9380fcd09a
refac
2025-02-18 20:01:24 -08:00
Rory
4da220c513
Merge remote-tracking branch 'upstream/dev' into playwright
...
# Conflicts:
# backend/open_webui/config.py
# backend/open_webui/main.py
# backend/open_webui/retrieval/web/utils.py
# backend/open_webui/routers/retrieval.py
# backend/open_webui/utils/middleware.py
# pyproject.toml
2025-02-14 20:48:22 -06:00
Timothy Jaeryang Baek
df1ff8f994
chore: remove flask
2025-02-13 12:52:17 -08:00
Timothy Jaeryang Baek
57e256be3e
chore: bump
2025-02-13 02:05:26 -08:00
Rory
40d4db97e6
Merge remote-tracking branch 'upstream/dev' into playwright
2025-02-12 22:32:44 -06:00
Timothy Jaeryang Baek
54e0299dda
chore: bump
2025-02-10 11:14:04 -08:00
Rory
2c711d8365
Merge remote-tracking branch 'upstream/dev' into playwright
...
# Conflicts:
# backend/requirements.txt
2025-02-09 23:52:21 -06:00
Timothy Jaeryang Baek
3e1452902f
chore: bump
2025-02-09 16:02:09 -08:00
Timothy Jaeryang Baek
4b4a86d4e7
chore: dependencies
2025-02-07 11:51:27 -08:00
Mazurek Michal
35f3824932
feat: Implement Document Intelligence as Content Extraction Engine
2025-02-07 13:44:47 +01:00
kahghi
1868cf0a91
increment unstructured package version
2025-02-04 22:40:49 +08:00
Rory
f837d2cdbb
Merge branch 'dev' of https://github.com/open-webui/open-webui
...
# Conflicts:
# src/lib/i18n/locales/sr-RS/translation.json
2025-02-02 20:31:27 -06:00
Timothy Jaeryang Baek
5ce4b1c570
Merge pull request #9173 from KarlLee830/fix-duckduckgo
...
Fix DuckDuckGo's 202 Error RateLimit
2025-02-01 21:02:31 -08:00
Timothy Jaeryang Baek
af6f0641cb
chore: bump
2025-02-01 21:02:12 -08:00
Rory
a84e488a4e
Fix playwright in docker by updating unstructured
2025-02-01 22:58:28 -06:00
KarlLee830
e7de41499a
fix: DuckDuckGo's RateLimit exception
2025-02-01 02:01:22 +08:00
Rory
8dafe3cba8
Merge branch 'dev' of https://github.com/open-webui/open-webui
2025-01-30 18:26:55 -06:00
Rory
4e8b390682
Add RAG_WEB_LOADER + Playwright mode + improve stability of search
2025-01-28 23:03:15 -06:00
Timothy Jaeryang Baek
9418364062
chore: fastapi bump
2025-01-28 18:36:23 -08:00
Timothy Jaeryang Baek
ab4372600c
chore: bump duckduckgo-search
2025-01-22 10:46:57 -08:00
Timothy Jaeryang Baek
a1a658d55b
chore: dependecies
2025-01-22 10:43:08 -08:00
kahghi
4aa9b8d5e7
removed unused pytest-env and imports
2025-01-21 15:38:41 +08:00
kahghi
b1887fef1b
added suggestions
2025-01-21 14:47:56 +08:00
kahghi
4b56c15a3f
test_upload_file working, added gcp-storage-emulator, updated gcs client instantiation
2025-01-20 22:35:43 +08:00
kahghi
1764de41f3
updated to use credentials json, tested with local built image and upload to gcs works
2025-01-17 21:53:41 +08:00
kahghi
8efc543f49
added google-cloud-storage package, added gcs related functions
2025-01-17 16:16:25 +08:00
Rodrigo Agundez
544243fabb
Add moto as a dependency
2025-01-16 12:37:54 +08:00
Timothy Jaeryang Baek
ad93341b74
refac
2025-01-13 00:34:15 -08:00
Timothy Jaeryang Baek
9516eb3f32
refac: bump chromadb
2025-01-08 11:33:30 -08:00
Timothy Jaeryang Baek
6ed8c3cb70
Update pyproject.toml
2025-01-05 00:56:32 -08:00
Yaroslav Halchenko
1a928bc6a4
Add rudimentary codespell config
2025-01-03 15:07:21 -05:00
i0ntempest
c0f106836f
Allow installing with python 3.12
2024-12-14 18:09:10 +08:00
Timothy Jaeryang Baek
370f97b44e
refac
2024-11-30 23:33:19 -08:00
Timothy Jaeryang Baek
f5bda4bc27
chore: pyproject bump
2024-11-23 23:00:04 -08:00
Timothy Jaeryang Baek
c0055afdb3
refac: youtube loader
2024-11-20 10:01:58 -08:00
Timothy Jaeryang Baek
d68aa5c708
chore: requirements
2024-11-20 06:53:11 -08:00
Timothy Jaeryang Baek
83f0ab3e10
chore: requirements bump
2024-11-19 14:05:00 -08:00
Timothy Jaeryang Baek
b0a19d0dda
chore: duckduckgo-search bump
2024-11-17 19:20:12 -08:00
Timothy Jaeryang Baek
932de8f1e2
refac
2024-11-16 04:41:07 -08:00
Timothy J. Baek
5d3da6dcc8
Merge branch 'dev' of https://github.com/open-webui/open-webui into dev
2024-11-04 14:25:41 -08:00
Timothy J. Baek
88ea53bd6a
fix
2024-11-04 14:25:35 -08:00
Timothy Jaeryang Baek
6c1d0a8e39
Merge pull request #6598 from dtaivpp/main
...
feat: OpenSearch vector db support
2024-11-04 14:04:55 -08:00
Timothy J. Baek
7c0545fd39
chore: requirements
2024-11-04 14:02:55 -08:00
David Tippett
16089ab947
Fix formatting in pyproject.toml dependencies list
2024-11-04 14:59:50 -05:00
Timothy J. Baek
5ae6d05a53
fix
2024-11-03 04:05:46 -08:00
Timothy J. Baek
0925c6b33b
refac: remove unused dependency
2024-11-03 01:26:16 -08:00
David Tippett
a39ddfd4f1
Adding OpenSearch python dependancy
2024-10-30 15:52:41 -04:00
dependabot[bot]
3a713aea18
build(deps): bump the pip group across 2 directories with 1 update
...
Bumps the pip group with 1 update in the / directory: [langchain](https://github.com/langchain-ai/langchain ).
Bumps the pip group with 1 update in the /backend directory: [langchain](https://github.com/langchain-ai/langchain ).
Updates `langchain` from 0.2.15 to 0.3.0
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.15...langchain==0.3.0 )
Updates `langchain` from 0.2.15 to 0.3.0
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.15...langchain==0.3.0 )
---
updated-dependencies:
- dependency-name: langchain
dependency-type: direct:production
dependency-group: pip
- dependency-name: langchain
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 20:23:44 +00:00
Timothy J. Baek
f54ab7e551
fix
2024-10-17 00:55:53 -07:00
Timothy Jaeryang Baek
de442792ca
Merge pull request #6235 from tklk-forks/add-python-dep
...
chore: add googleapis-common-protos dep
2024-10-16 12:13:21 -07:00
techknowlogick
e6802c7e98
chore: add googleapis-common-protos dep
2024-10-16 13:38:48 -04:00
Timothy J. Baek
5dc05eac67
chore: pyproject bump
2024-10-12 23:07:36 -07:00
Timothy J. Baek
bb97535cad
refac: sentence transformers bump
2024-10-12 18:32:04 -07:00
Timothy J. Baek
5c48fce382
fix: async-timeout
2024-10-12 02:42:31 -07:00
Timothy J. Baek
86f822fd9a
chore: pyproject bumps
2024-10-06 21:06:47 -07:00
Timothy J. Baek
b8b994a820
refac
2024-09-28 02:49:18 +02:00
Timothy J. Baek
4c92a0f571
chore: chromadb, pymilvus bump
2024-09-26 21:33:37 +02:00
Timothy J. Baek
b0bc36f2af
fix
2024-09-19 18:47:02 +02:00
Timothy J. Baek
1688f5ecaf
refac
2024-09-19 18:42:01 +02:00
Timothy J. Baek
cba2d31175
refac
2024-09-19 18:40:23 +02:00
Timothy J. Baek
af92184c93
chore: colbert-ai requirement
2024-09-16 16:19:40 +02:00
Timothy J. Baek
4775fe43d8
feat: milvus support
2024-09-12 01:52:19 -04:00
Timothy J. Baek
03d5a670f6
refac: mv backend files to /open_webui dir
2024-09-04 16:54:48 +02:00
dependabot[bot]
856759d350
build(deps): bump the pip group across 2 directories with 1 update
...
Bumps the pip group with 1 update in the / directory: [flask-cors](https://github.com/corydolphin/flask-cors ).
Bumps the pip group with 1 update in the /backend directory: [flask-cors](https://github.com/corydolphin/flask-cors ).
Updates `flask-cors` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/corydolphin/flask-cors/releases )
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md )
- [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.1...5.0.0 )
Updates `flask-cors` from 4.0.1 to 5.0.0
- [Release notes](https://github.com/corydolphin/flask-cors/releases )
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md )
- [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.1...5.0.0 )
---
updated-dependencies:
- dependency-name: flask-cors
dependency-type: direct:production
dependency-group: pip
- dependency-name: flask-cors
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 15:32:52 +00:00
Timothy J. Baek
e98a20fce9
fix: .md processing issue
2024-08-26 12:08:55 +02:00
Timothy J. Baek
ed5761f18f
refac: rye -> uv
2024-08-22 14:38:05 +02:00
Timothy J. Baek
1fc306acd0
chore: backend bump
2024-08-21 15:47:03 +02:00
Timothy J. Baek
176c689f8d
fix: unstructured md file parsing issue
2024-08-17 17:20:35 +02:00
Timothy J. Baek
6a1e7ab038
chore: version bump
2024-08-14 17:13:37 +02:00
dependabot[bot]
208833d9f2
chore(deps): bump the pip group across 2 directories with 1 update
...
Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp ).
Bumps the pip group with 1 update in the /backend directory: [aiohttp](https://github.com/aio-libs/aiohttp ).
Updates `aiohttp` from 3.9.5 to 3.10.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2 )
Updates `aiohttp` from 3.9.5 to 3.10.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases )
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst )
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.10.2 )
---
updated-dependencies:
- dependency-name: aiohttp
dependency-type: direct:production
dependency-group: pip
- dependency-name: aiohttp
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-09 18:21:50 +00:00
Timothy J. Baek
91fdb86fcc
chore: update pyproject.toml
2024-08-07 15:06:59 +02:00
Timothy J. Baek
ecf3d567cf
chore: pyproject.toml
2024-08-05 19:29:32 +02:00
Timothy J. Baek
24a177a149
chore: requirements
2024-08-03 00:47:05 +02:00
dependabot[bot]
8193c2f847
chore(deps): bump the pip group across 2 directories with 2 updates
...
Bumps the pip group with 2 updates in the / directory: [pymysql](https://github.com/PyMySQL/PyMySQL ) and [langchain-community](https://github.com/langchain-ai/langchain ).
Bumps the pip group with 1 update in the /backend directory: [langchain-community](https://github.com/langchain-ai/langchain ).
Updates `pymysql` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/PyMySQL/PyMySQL/releases )
- [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md )
- [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1 )
Updates `langchain-community` from 0.2.0 to 0.2.9
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.0...langchain-community==0.2.9 )
Updates `langchain-community` from 0.2.6 to 0.2.9
- [Release notes](https://github.com/langchain-ai/langchain/releases )
- [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.0...langchain-community==0.2.9 )
---
updated-dependencies:
- dependency-name: pymysql
dependency-type: direct:production
dependency-group: pip
- dependency-name: langchain-community
dependency-type: direct:production
dependency-group: pip
- dependency-name: langchain-community
dependency-type: direct:production
dependency-group: pip
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 17:41:24 +00:00