Skip to content

Commit 33d3558

Browse files
authored
Merge pull request open-webui#10817 from NovoNordisk-OpenSource/ivaroli/adding-json-as-supported-file-type
fix: Using the TextLoader instead of Tika for JSON files
2 parents c1c92b0 + c5a09cd commit 33d3558

File tree

1 file changed

+1
-0
lines changed
  • backend/open_webui/retrieval/loaders

1 file changed

+1
-0
lines changed

backend/open_webui/retrieval/loaders/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"jsx",
7878
"hs",
7979
"lhs",
80+
"json",
8081
]
8182

8283

0 commit comments

Comments
 (0)