Under "Execute JS, Filter Data with CSS Selector, and Clustering" the example has:
from crawl4ai.chunking_strategy import CosineStrategy
and seems like that should be:
from crawl4ai.extraction_strategy import CosineStrategy
unless it is like a "Brown M&M's clause" for self debugging
Under "Execute JS, Filter Data with CSS Selector, and Clustering" the example has:
from crawl4ai.chunking_strategy import CosineStrategy
and seems like that should be:from crawl4ai.extraction_strategy import CosineStrategy
unless it is like a "Brown M&M's clause" for self debugging