This website works better with JavaScript
Home
Explore
Help
Register
Sign In
OpenSource
/
open-webui
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Adding json as a known source for Tika
Ívar Óli Sigurðsson
2 months ago
parent
6fedd72e39
commit
661711164a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
backend/open_webui/retrieval/loaders/main.py
+ 1
- 0
backend/open_webui/retrieval/loaders/main.py
View File
@@ -76,6 +76,7 @@ known_source_ext = [
"jsx",
"hs",
"lhs",
+ "json"
]