We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5eec6 commit e82b68cCopy full SHA for e82b68c
backend/onyx/seeding/load_docs.py
@@ -178,7 +178,7 @@ def seed_initial_documents(
178
# Create a connector so the user can delete it if they want
179
# or reindex it with a new search model if they want
180
connector_data = ConnectorBase(
181
- name="Sample Use Cases",
+ name="Onyx Docs Overview",
182
source=DocumentSource.WEB,
183
input_type=InputType.LOAD_STATE,
184
connector_specific_config={
0 commit comments