소스 검색

Merge pull request #10817 from NovoNordisk-OpenSource/ivaroli/adding-json-as-supported-file-type

fix: Using the TextLoader instead of Tika for JSON files
Timothy Jaeryang Baek 2 달 전
부모
커밋
33d3558ca9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      backend/open_webui/retrieval/loaders/main.py

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

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