Skip to content

Commit e82b68c

Browse files
authored
fix: update seeded docs connector name (#5502)
1 parent af5eec6 commit e82b68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/onyx/seeding/load_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def seed_initial_documents(
178178
# Create a connector so the user can delete it if they want
179179
# or reindex it with a new search model if they want
180180
connector_data = ConnectorBase(
181-
name="Sample Use Cases",
181+
name="Onyx Docs Overview",
182182
source=DocumentSource.WEB,
183183
input_type=InputType.LOAD_STATE,
184184
connector_specific_config={

0 commit comments

Comments
 (0)