mirror of
https://github.com/open-webui/open-webui
synced 2024-11-26 14:02:29 +00:00
chore RAG: adding languages known extension for erlang, elixir, haskell and jsx/tsx
Signed-off-by: José Luis Di Biase <josx@interorganic.com.ar>
This commit is contained in:
parent
51bdb4cbea
commit
23c9122458
@ -1099,6 +1099,13 @@ def get_loader(filename: str, file_content_type: str, file_path: str):
|
|||||||
"vue",
|
"vue",
|
||||||
"svelte",
|
"svelte",
|
||||||
"msg",
|
"msg",
|
||||||
|
"ex",
|
||||||
|
"exs",
|
||||||
|
"erl",
|
||||||
|
"tsx",
|
||||||
|
"jsx",
|
||||||
|
"hs",
|
||||||
|
"lhs",
|
||||||
]
|
]
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Loading…
Reference in New Issue
Block a user