Commit graph

1030 commits

Author SHA1 Message Date
Aditya Pratap Singh
8662437a9f Add workaround for gpt-4-vision-preview model 2024-01-20 04:17:06 +05:30
Timothy Jaeryang Baek
f079cb6b56
Merge pull request #524 from Marclass/rag-arbitrary-files
feat: Allow RAG on XML and arbitrary text files including source code
2024-01-19 00:09:04 -08:00
Marclass
aa1d386042 Allow any file to be used for RAG.
Changed RAG parser to prefer file extensions over MIME content types. If the type of file is not recognized assume it's a text file.
2024-01-18 20:41:14 -07:00
Timothy Jaeryang Baek
ff33aa37ae
Merge pull request #522 from ollama-webui/import-chat-fix
fix: old chat log import issue
2024-01-18 16:39:46 -08:00
Timothy J. Baek
1a06b0cea6 fix: old chat log import issue 2024-01-18 16:38:47 -08:00
Timothy Jaeryang Baek
4e6207f888
Merge pull request #511 from ollama-webui/tags
feat: convo tagging
2024-01-18 02:58:47 -08:00
Timothy J. Baek
76529acced doc: feature 2024-01-18 02:57:31 -08:00
Timothy J. Baek
220530c450 feat: convo tag filtering 2024-01-18 02:55:25 -08:00
Timothy J. Baek
1eec176313 feat: save tags to chat data 2024-01-18 02:17:31 -08:00
Timothy J. Baek
987685dbf9 feat: convo tagging full integration 2024-01-18 02:10:07 -08:00
Timothy J. Baek
d5ed119687 feat: convo tagging api added 2024-01-18 01:04:24 -08:00
Timothy J. Baek
077f1fa34b feat: convo tagging backend support 2024-01-18 00:58:45 -08:00
Timothy J. Baek
287668f84e feat: tag add/remove frontend 2024-01-17 22:49:58 -08:00
Timothy J. Baek
4c69e2371e fix: wording 2024-01-17 22:49:38 -08:00
Timothy J. Baek
93ec04003a fix: share modal styling 2024-01-17 21:03:53 -08:00
Timothy J. Baek
4e828b0669 feat: convo tagging frontend 2024-01-17 21:01:30 -08:00
Timothy Jaeryang Baek
541cf36601
Merge pull request #509 from ollama-webui/stop-fix
feat: terminate request on user stop
2024-01-17 19:43:29 -08:00
Timothy J. Baek
981ec89e15 fix: cancel chat generation on route change 2024-01-17 19:42:40 -08:00
Timothy J. Baek
b8337db9d5 Update +page.svelte 2024-01-17 19:31:55 -08:00
Timothy J. Baek
442e3d978a feat: terminate request on user stop 2024-01-17 19:19:44 -08:00
Marclass
6070e6bcd1 add svelte type to RAG 2024-01-17 20:10:34 -07:00
Timothy Jaeryang Baek
684bdf5151
Merge pull request #506 from ollama-webui/model-size
feat: display model size
2024-01-17 17:58:47 -08:00
Timothy J. Baek
bb2563f1c4 feat: display model size 2024-01-17 17:56:36 -08:00
Timothy Jaeryang Baek
74da8ebf5b
Merge pull request #505 from ollama-webui/message-ts
feat: message ts
2024-01-17 17:47:54 -08:00
Timothy J. Baek
cf88652aa8 fix: timestamp styling 2024-01-17 17:47:01 -08:00
Timothy J. Baek
4ec81a897e feat: message ts display 2024-01-17 17:43:45 -08:00
Marclass
c7cee3ec25 Update constants.ts
was missing markdown
2024-01-17 16:34:19 -07:00
Marclass
9b63788135 Update constants.ts
include new upload types in front end
2024-01-17 16:28:52 -07:00
Marclass
8dacc86ab0
Merge branch 'ollama-webui:main' into main 2024-01-17 16:20:52 -07:00
Timothy J. Baek
59724ea9d8 feat: message ts 2024-01-17 15:09:38 -08:00
Timothy Jaeryang Baek
89b35e4556
Merge pull request #504 from mslinn/fix1
This script can now be run from any directory
2024-01-17 15:00:24 -08:00
Timothy Jaeryang Baek
578e78cb39
Merge pull request #498 from bhulston/fix/chat-imports
Feat: Add ChatGPT import functionality
2024-01-17 14:50:28 -08:00
Timothy J. Baek
b6ab357e8c fix: more edge cases 2024-01-17 14:47:56 -08:00
Mike Slinn
a39cd633f8 Merge branch 'main' of github.com:mslinn/ollama-webui into fix1 2024-01-17 17:35:32 -05:00
Mike Slinn
f9885a15e4 Can now run from any directory 2024-01-17 17:30:58 -05:00
Timothy J. Baek
f40147ce58 refac: gpt renamed to openai 2024-01-17 14:23:16 -08:00
Timothy Jaeryang Baek
3cb74ab66a
Merge pull request #503 from nitrodude/fix-md-rag-ui
Fix: ".md" documents upload only works for drag n. drop in message.
2024-01-17 14:02:14 -08:00
Timothy Jaeryang Baek
55ba5e6258
Merge pull request #501 from oliverbob/main
Idiot-Proof level HTTPS doc for apache
2024-01-17 14:00:03 -08:00
i810697
7f14479567
fixing md document upload bug 2024-01-17 11:47:49 -05:00
Oliver Bob Reyes Lagumen
8e0552f735 Idiot-Proof level HTTPS doc for apache 2024-01-17 20:30:52 +08:00
Brandon Hulston
1f66bbba98 Better solution to handle edge cases 2024-01-17 02:24:17 -07:00
Brandon Hulston
81bfb97c91 Make sure model is saved in DB for imported chats (or chats with no model saved already) 2024-01-17 02:07:29 -07:00
Brandon Hulston
415777eca2 Add error catching for import 2024-01-17 01:19:27 -07:00
Brandon Hulston
27d5eb4684 Add chatGPT chat history Import functionality 2024-01-17 01:01:11 -07:00
Marclass
cf6b3fa48a remove html type and add js/css 2024-01-17 00:34:22 -07:00
Marclass
43d8466677 feat: Add RAG support for various programming languages
Enables RAG for golang, python, java, sh, bat, powershell, cmd, js, css, c/c++/c#, sql, logs, ini, perl, r, dart, docker, env, php, haskell, lua, conf, plsql, ruby, db2, scalla, bash, swift, vue, html, xml, and other arbitrary text files.
2024-01-17 00:09:47 -07:00
Timothy Jaeryang Baek
5e32db1c57
Merge pull request #486 from bhulston/fix/chat-imports
Fix/chat imports
2024-01-16 00:36:38 -08:00
Brandon Hulston
4b3acfa491 Remove console logs 2024-01-15 18:07:31 -07:00
Brandon Hulston
3b7775a535 Fix chat import bug 2024-01-15 17:58:51 -07:00
Timothy Jaeryang Baek
26f7a1c682
Merge pull request #474 from EmelyanenkoK/patch-1
Add Docker apt repository set up for installation instructions
2024-01-14 14:35:42 -08:00