Browse Source

Adding json as a known source for Tika

Ívar Óli Sigurðsson 2 months ago
parent
commit
661711164a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      backend/open_webui/retrieval/loaders/main.py

+ 1 - 0
backend/open_webui/retrieval/loaders/main.py

@@ -76,6 +76,7 @@ known_source_ext = [
     "jsx",
     "hs",
     "lhs",
+    "json"
 ]