Commit Graph
13 Commits
Author SHA1 Message Date
Marclass 1e932d91cb Update constants.ts
add excel file ext
2024-01-23 14:04:40 -07:00
Marclass 8bfda730d9 add excel document support 2024-01-23 14:03:22 -07:00
Marclass 7eea3ef313 copy list of file ext from backend to front end 2024-01-23 00:00:07 -07:00
Marclass 2e4373c63e Merge branch 'ollama-webui:main' into main 2024-01-22 21:01:33 -07:00
Marclass 35ace57784 add rst document for RAG 2024-01-19 10:48:04 -07:00
Marclass e2edbedede Merge pull request #1 from Marclass/rag-arbitrary-files
Allow any file to be used for RAG.
2024-01-19 10:44:53 -07: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
Marclass 6070e6bcd1 add svelte type to RAG 2024-01-17 20:10:34 -07: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
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