Fix Seeding Link for Support Use Case (#3784)

This commit is contained in:
Yuhong Sun
2025-01-25 19:39:36 -08:00
committed by GitHub
parent a5fe5e136b
commit cbf98c0128
3 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ ai_platform_doc = SeedPresaveDocument(
)
customer_support_doc = SeedPresaveDocument(
url="https://docs.onyx.app/more/use_cases/customer_support",
url="https://docs.onyx.app/more/use_cases/support",
title=customer_support_title,
content=customer_support,
title_embedding=model.encode(f"search_document: {customer_support_title}"),