Skip to content

Commit

Permalink
fix: fixing params in test
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Oct 9, 2024
1 parent 9afd468 commit ffe0b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def cluster_config():
"type": "cluster",
"embedding_keys": ["concept", "description"],
"output_key": "categories",
"output_schema": {"concept": "string", "description": "string"},
"summary_schema": {"concept": "string", "description": "string"},
"summary_prompt": """
The following describes two related concepts. What concept
encompasses both? Try not to be too broad; it might be that one of
Expand Down

0 comments on commit ffe0b18

Please sign in to comment.