Commit Graph

181 Commits

Author SHA1 Message Date
Timothy Jaeryang Baek
1972f33100 Update README.md 2025-01-10 11:07:45 -08:00
Timothy Jaeryang Baek
0c40319371 doc: readme 2025-01-05 01:36:27 -08:00
Timothy Jaeryang Baek
00a089b596 doc: readme
Some checks are pending
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (3.11) (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
Integration Test / Run Cypress Integration Tests (push) Waiting to run
Integration Test / Run Migration Tests (push) Waiting to run
2024-12-31 20:37:54 -08:00
Vishwanath Martur
00e6ffe83c Fix offline docker container startup issue
Related to #7207

Modify the code to allow the docker container to start in an offline environment for versions >= 0.4.0.

* **backend/open_webui/retrieval/utils.py**
  - Import `OFFLINE_MODE` from `open_webui.env`.
  - Set `local_files_only` to `True` when `OFFLINE_MODE` is enabled in `snapshot_kwargs`.

* **backend/open_webui/env.py**
  - Add logic to set `HF_HUB_OFFLINE` environment variable to `1` when `OFFLINE_MODE` is enabled.

* **README.md**
  - Document setting `HF_HUB_OFFLINE` environment variable to `1` for offline environments.
2024-12-29 11:53:09 +05:30
Timothy Jaeryang Baek
9b03b1a453 doc: readme
Some checks failed
Deploy to HuggingFace Spaces / check-secret (push) Successful in 17s
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Failing after 2m20s
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Failing after 2m11s
Create and publish Docker images with specific build args / merge-main-images (push) Has been skipped
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Failing after 2m27s
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Failing after 2m35s
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been skipped
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Failing after 2m36s
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Failing after 2m24s
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been skipped
Python CI / Format Backend (3.11) (push) Failing after 1m17s
Frontend Build / Format & Build Frontend (push) Failing after 1m9s
Frontend Build / Frontend Unit Tests (push) Failing after 58s
Integration Test / Run Cypress Integration Tests (push) Failing after 2m21s
Integration Test / Run Migration Tests (push) Failing after 1m36s
Deploy to HuggingFace Spaces / deploy (push) Has been skipped
2024-11-20 12:24:07 -08:00
Timothy Jaeryang Baek
c3faed71ef
Merge pull request #6611 from open-webui/main
Some checks failed
Deploy to HuggingFace Spaces / check-secret (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Has been cancelled
Python CI / Format Backend (3.11) (push) Has been cancelled
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
Integration Test / Run Cypress Integration Tests (push) Has been cancelled
Integration Test / Run Migration Tests (push) Has been cancelled
Deploy to HuggingFace Spaces / deploy (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
dev
2024-10-30 21:08:48 -07:00
Timothy J. Baek
7228b39064 Update README.md
Some checks failed
Release / release (push) Has been cancelled
Deploy to HuggingFace Spaces / check-secret (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64) (push) Has been cancelled
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64) (push) Has been cancelled
Python CI / Format Backend (3.11) (push) Has been cancelled
Frontend Build / Format & Build Frontend (push) Has been cancelled
Frontend Build / Frontend Unit Tests (push) Has been cancelled
Integration Test / Run Cypress Integration Tests (push) Has been cancelled
Integration Test / Run Migration Tests (push) Has been cancelled
Release to PyPI / release (push) Has been cancelled
Deploy to HuggingFace Spaces / deploy (push) Has been cancelled
Create and publish Docker images with specific build args / merge-main-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-cuda-images (push) Has been cancelled
Create and publish Docker images with specific build args / merge-ollama-images (push) Has been cancelled
2024-10-30 10:16:28 -07:00
Jeetesh Chellani
f7d8a6ccba feat: enable bing support 2024-10-28 16:51:31 +02:00
Timothy J. Baek
37e0d47082 refac 2024-09-30 13:13:19 +02:00
Timothy J. Baek
e6b91036e1 refac 2024-09-30 13:12:41 +02:00
Ethan
619c81472b
Migration link updated 2024-09-26 16:27:49 -04:00
Timothy J. Baek
15bd5ebd7b Update README.md
Co-Authored-By: Aam Surganda <74174455+aamsur-933@users.noreply.github.com>
2024-09-26 15:57:43 +02:00
Timothy J. Baek
bf423b8577 refac: readme 2024-09-24 18:18:32 +02:00
Rajendra Kadam
7e1923fcfe Add searchapi as an alternative web search
Add config changes for SearchApi api key and engine

Add searchapi results json in testdata
2024-08-28 15:26:33 +05:30
Timothy Jaeryang Baek
39c466d542
Merge pull request #3212 from robbie-cahill/patch-1
Add host.docker.internal overide for docker dev
2024-06-16 09:07:59 -07:00
Robbie
78a145f181
Add host.docker.internal overide 2024-06-16 21:16:07 +10:00
Yash-1511
717bbe62a6 doc: update readme 2024-06-14 20:51:50 +05:30
Timothy J. Baek
2ec416bd6b doc: readme 2024-06-12 01:49:13 -07:00
Timothy J. Baek
b1a391ca5d doc: readme 2024-06-12 01:46:28 -07:00
Timothy Jaeryang Baek
3566002b0b
doc 2024-06-10 03:49:23 -05:00
teampen
14d33f0fcc Merge branch 'add-serply' into dev 2024-06-09 21:40:50 -04:00
teampen
efb4a710c8 adding Serply as an alternative web search 2024-06-09 20:44:34 -04:00
Timothy J. Baek
c2a7e7f510 doc: readme 2024-06-07 22:17:11 -07:00
Timothy J. Baek
8df0c9e0dd doc: readme 2024-06-07 21:47:31 -07:00
Timothy J. Baek
f17df4f114 doc: readme 2024-06-04 12:32:20 -07:00
Timothy J. Baek
e72170bac7 doc: readme 2024-06-03 15:51:10 -07:00
Timothy J. Baek
1285ec1828 doc: readme 2024-06-01 20:43:10 -07:00
Timothy J. Baek
abbf622fba doc: readme 2024-06-01 18:26:30 -07:00
silentoplayz
0bef7fef29
Update README.md
- 🔍 **Web Search for RAG**: Perform web searches using providers like `SearXNG`, `Google PSE`, `Brave Search`, `serpstack`, and `serper`, and inject the results directly into your chat experience.
2024-05-28 05:51:25 +00:00
silentoplayz
2070fa9e99
Update README.md
should be the last fix!
2024-05-28 01:18:08 +00:00
silentoplayz
0edb940dca
Update README.md
PWA
2024-05-27 23:42:41 +00:00
silentoplayz
da4a057273
Update README.md
fix
2024-05-27 23:07:49 +00:00
silentoplayz
cc01c5004b
Update README.md
fixes
2024-05-27 23:06:55 +00:00
silentoplayz
f98ada1776
Update README.md
Adjustment (can revert if necessary)
2024-05-27 04:54:38 +00:00
silentoplayz
9c2bd0ef7f
Update README.md 2024-05-27 02:41:57 +00:00
silentoplayz
ac0d7201e3
Update README.md
fix
2024-05-27 02:37:15 +00:00
silentoplayz
f3dd271e2c
Update README.md
Fix
2024-05-27 02:34:55 +00:00
silentoplayz
839877e197
Update README.md
fix
2024-05-27 00:40:34 +00:00
silentoplayz
e39815420e
Update README.md
fix
2024-05-27 00:39:31 +00:00
silentoplayz
fc59db3181
Update README.md
Revised Key Features list
2024-05-27 00:32:21 +00:00
silentoplayz
5ea47c1258
Update README.md
Revert change
2024-05-27 00:17:00 +00:00
silentoplayz
2e215ca85e
Update README.md
List only top 10-ish key features of Open WebUI + dedicated features page to soon be linked to README.
2024-05-26 18:21:58 +00:00
silentoplayz
47e8465626
Update README.md
More adjustments
2024-05-26 06:38:40 +00:00
silentoplayz
e2fe87a4d0
Update README.md
Let me cook pls
2024-05-26 06:19:39 +00:00
silentoplayz
c2c7299650
Update README.md
Revamped features list into key features and more features categorized into dropdown lists
2024-05-26 05:12:43 +00:00
Timothy J. Baek
1b2b05d2ea Update README.md 2024-05-08 11:29:42 -07:00
Timothy J. Baek
0db71e97bb Update README.md 2024-05-08 11:28:42 -07:00
Timothy J. Baek
73689bb26c doc: changelog 2024-05-08 10:51:51 -07:00
Silentoplayz
7a1f1d36a1
Update README.md
Updated features list
2024-04-21 03:12:48 +00:00
Timothy J. Baek
50e8979c00 Update README.md 2024-04-20 17:40:55 -05:00