Hi everyone,
I’ve been exploring CrewAI for practical business use cases beyond software development.
One area I find interesting is helping small local businesses answer repetitive customer questions automatically. Customers often ask things like:
- How much will this service cost?
- What items do you accept?
- Can this be recycled or donated?
- Do you offer same-day service?
Instead of writing custom replies every time, it seems possible to build a CrewAI workflow connected to a small knowledge base so the agent can provide consistent answers.
I also think combining CrewAI with semantic search or a lightweight RAG system could make responses much more accurate, especially when the business already has FAQs, documentation, or a detailed pricing guide.
For those already using CrewAI:
- Are you using RAG or simple prompt engineering?
- How do you keep answers accurate when business information changes?
- Would you recommend a vector database for small business knowledge bases, or is a simpler approach enough?
I’d love to hear about real-world implementations and best practices.
Thanks!