Does agentic chunking uses only the OpenAI model? I tried to use groq “distil-whisper-large-v3-en” model but it seems like agentic chunking over rides it and tries to import open ai, getting the below error:
ModuleNotFoundError: No module named ‘openai’
from agno.document.chunking.agentic import AgenticChunking
class AgenticChunking(ChunkingStrategy):
“”“Chunking strategy that uses an LLM to determine natural breakpoints in the text”“”
ImportError: openai not installed. Please install using pip install openai
Hi @Dhanush
Thanks for reaching out and for using Agno! I’ve looped in the right engineers to help with your question. We usually respond within 24 hours, but if this is urgent, just let us know, and we’ll do our best to prioritize it.
Appreciate your patience—we’ll get back to you soon!
By default, AgenticChunking uses OpenAI as the model for chunking. I looked into the issue and have sent a patch fix for now. Really appreciate you opening this issue and bringing it to our attention! You can track the progress here: PR #2156.
Thanks again for your patience, and let me know if you need anything else!