Commit Graph
1127 Commits
Author SHA1 Message Date
Timothy J. Baek 683650ec00 feat: collection rag integration 2024-02-03 15:57:06 -08:00
Timothy J. Baek 7d2f788a3b feat: import collection from chat input 2024-02-03 15:48:44 -08:00
Timothy J. Baek f448a4b385 feat: doc filter by tag 2024-02-03 15:17:00 -08:00
Timothy J. Baek f538c9a1be feat: display doc tags 2024-02-03 15:00:16 -08:00
Timothy J. Baek 00803c92f2 feat: doc tagging 2024-02-03 14:44:49 -08:00
Timothy J. Baek 8fd1b62e04 fix: api function name 2024-02-02 22:59:36 -08:00
Timothy J. Baek 1d0eaec37e refac: queryVectorDB renamed to queryCollection 2024-02-02 22:57:18 -08:00
Timothy J. Baek 50f7b20ac2 refac 2024-02-01 13:35:41 -08:00
Timothy J. Baek 485236624f feat: drag and drop document anywhere 2024-02-01 13:17:47 -08:00
Timothy Jaeryang BaekandGitHub 92991a1f15 Merge pull request #616 from ollama-webui/web-doc-link
feat: web doc url link
2024-02-01 12:46:56 -08:00
Timothy J. Baek 7467b7fd67 feat: web doc url link 2024-02-01 12:45:38 -08:00
Timothy Jaeryang BaekandGitHub 07919a878f Merge pull request #615 from ollama-webui/unlimit-model-selection
feat: remove model selection limit
2024-02-01 12:37:29 -08:00
Timothy J. Baek 268497f963 feat: remove model selection limit 2024-02-01 12:36:21 -08:00
Timothy Jaeryang BaekandGitHub a04046b277 Merge pull request #614 from ollama-webui/incognito-sidebar-fix
fix: sidebar menu issue in incognito
2024-02-01 12:28:34 -08:00
Timothy J. Baek 8ffe262161 fix: sidebar menu issue in incognito 2024-02-01 12:26:27 -08:00
Timothy Jaeryang BaekandGitHub b2fae0643e Merge pull request #558 from peperunas/patch-1
fix: use bash when starting the Dockerfile's entrypoint script (as th…
2024-01-29 16:33:59 -08:00
Timothy Jaeryang BaekandGitHub 09534dad6e Merge branch 'main' into patch-1 2024-01-29 16:24:16 -08:00
Timothy Jaeryang BaekandGitHub b5c10ff1e5 Merge pull request #598 from ollama-webui/run-ollama-sh-fix
fix: run-ollama-docker.sh
2024-01-29 15:39:18 -08:00
Timothy J. Baek 685d37418f fix: run-ollama-docker.sh 2024-01-29 15:38:56 -08:00
Timothy Jaeryang BaekandGitHub ee675e794f Merge pull request #582 from Trimutex/main
feat: Add netcat to Dockerfile for healthcheck
2024-01-29 00:09:01 -08:00
GregoryandGitHub 4f5d06143c Merge branch 'ollama-webui:main' into main 2024-01-29 00:53:22 -06:00
Timothy Jaeryang BaekandGitHub 0be2803fb9 Merge pull request #585 from ollama-webui/web-rag
feat: web rag support
2024-01-26 22:25:32 -08:00
Timothy J. Baek 2f1f2b12b4 feat: invalid url error handling 2024-01-26 22:22:37 -08:00
Timothy J. Baek 28226a6f97 feat: web rag support 2024-01-26 22:17:28 -08:00
Timothy Jaeryang BaekandGitHub 5e672d9f79 Merge pull request #584 from ollama-webui/profile-update
feat: profile image update support
2024-01-26 21:41:18 -08:00
Timothy J. Baek 77e27ce248 fix: styling 2024-01-26 21:39:53 -08:00
Timothy J. Baek 0c322063b5 feat: use local profile image by default 2024-01-26 21:38:33 -08:00
Timothy J. Baek 3ce8f3e8fb feat: profile update frontend integration 2024-01-26 21:22:25 -08:00
Timothy J. Baek 418da74756 feat: profile image update backend 2024-01-26 20:27:45 -08:00
TriantaTV 0d27d8f362 add netcat to Dockerfile 2024-01-26 13:57:35 -06:00
Timothy Jaeryang BaekandGitHub 0e831f4cf7 Merge pull request #578 from gryphius/fix-webui-port
add missing OLLAMA_WEBUI_PORT override
2024-01-26 11:10:54 -08:00
Oli Schacher f097b9f860 add missing OLLAMA_WEBUI_PORT override 2024-01-26 10:08:52 +01:00
Timothy Jaeryang BaekandGitHub af34b1010e Merge pull request #576 from ollama-webui/rag-fix
fix: openai compatible api rag issue
2024-01-25 14:38:46 -08:00
Timothy J. Baek 250ccd828d fix: openai compatible api rag issue 2024-01-25 14:38:21 -08:00
Timothy Jaeryang BaekandGitHub 6f7db47583 Merge pull request #569 from yeahdongcn/main
Reduce container image size
2024-01-25 10:49:29 -08:00
Timothy Jaeryang BaekandGitHub 775b690ef0 Merge pull request #557 from Collected5353/patch-1
Create SECURITY.md
2024-01-25 10:48:52 -08:00
Timothy Jaeryang BaekandGitHub ddd1a437ae Merge pull request #575 from Mulugruntz/sgiffard/nvidia-gpu-on-wsl2
Enhance GPU detection logic to support WSL2 environments
2024-01-25 10:40:27 -08:00
Samuel GIFFARDandGitHub 2cb4112145 Enhance GPU detection logic to support WSL2 environments
This commit updates the GPU detection logic in the setup script to accommodate environments where NVIDIA GPUs might not be directly listed by `lspci`, such as in Windows Subsystem for Linux 2 (WSL2). The revised logic now attempts to identify NVIDIA GPUs using both `lspci` and `nvidia-smi`, ensuring broader compatibility and recognizing GPUs that are accessible in WSL2. This change allows the script to correctly detect NVIDIA GPUs in a wider range of setups, improving user experience and script robustness in diverse environments.
2024-01-25 18:09:53 +01:00
Doug WinzellandGitHub ca188b14ab Rename SECURITY.md to docs/SECURITY.md
Moved Security.md to /docs Will still show up on the GH security tab.
2024-01-25 07:54:18 -08:00
Xiaodong Ye 4ee655c075 Reduce container image size
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
2024-01-25 18:08:35 +08:00
Timothy Jaeryang BaekandGitHub 0ab33bd5f3 Merge pull request #568 from ollama-webui/litellm-rag-fix
fix: rag message body format
2024-01-25 01:37:09 -08:00
Timothy J. Baek da16d43be0 fix: rag message body format 2024-01-25 01:36:45 -08:00
Timothy Jaeryang BaekandGitHub 6b3b4ced1c Merge pull request #567 from ollama-webui/wording
refac: model select option wording
2024-01-25 01:27:51 -08:00
Timothy J. Baek a24217f670 refac: model select option wording 2024-01-25 01:27:35 -08:00
Timothy Jaeryang BaekandGitHub d6b139cfe9 Merge pull request #559 from peperunas/patch-2
fix: use exec the uvicorn process to handle Docker's SIGTERM correctly
2024-01-25 00:47:45 -08:00
Timothy Jaeryang BaekandGitHub a243e53bfe Merge pull request #536 from lucasew/backend-data-dir
Unhardcode some stuff, flexibilize dotenv requirement
2024-01-25 00:42:12 -08:00
Timothy J. Baek 326af5a648 refac 2024-01-25 00:40:19 -08:00
Timothy Jaeryang BaekandGitHub 755cadb522 Merge pull request #563 from yeahdongcn/main
Add default voice setting and apply to chat
2024-01-25 00:34:08 -08:00
Timothy Jaeryang BaekandGitHub d29321f1ec Merge pull request #554 from Marclass/main
feat: Add excel parser for RAG
2024-01-25 00:33:32 -08:00
Timothy J. Baek 4e468dc58c refac 2024-01-25 00:24:49 -08:00