mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 21:26:01 +02:00
Fix not_applicable (#2003)
This commit is contained in:
@@ -272,11 +272,13 @@ const SOURCE_METADATA_MAP: SourceMap = {
|
|||||||
category: SourceCategory.Storage,
|
category: SourceCategory.Storage,
|
||||||
docs: "https://docs.danswer.dev/connectors/google_storage",
|
docs: "https://docs.danswer.dev/connectors/google_storage",
|
||||||
},
|
},
|
||||||
// not_applicable: {
|
// currently used for the Internet Search tool docs, which is why
|
||||||
// icon: null,
|
// a globe is used
|
||||||
// displayName: "Not Applicable",
|
not_applicable: {
|
||||||
// category: SourceCategory.Other
|
icon: GlobeIcon,
|
||||||
// }
|
displayName: "Not Applicable",
|
||||||
|
category: SourceCategory.Other,
|
||||||
|
},
|
||||||
} as SourceMap;
|
} as SourceMap;
|
||||||
|
|
||||||
function fillSourceMetadata(
|
function fillSourceMetadata(
|
||||||
|
Reference in New Issue
Block a user