8000 GitHub - hossted/support-rag: AI assisted RAG support framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hossted/support-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

support-rag

AI assisted RAG support framework powered by CrewAI for intelligent support ticket handling

Overview

A modular framework implementing Retrieval-Augmented Generation (RAG) to enhance AI-powered support systems. The system uses CrewAI to orchestrate AI agents that analyze support tickets, predict resolution patterns, and augment support staff capabilities across multiple platforms.

Features

  • Document ingestion and processing
  • Vector storage integration
  • Semantic search capabilities
  • Context-aware AI responses
  • Support ticket classification
  • Multi-platform support integration:
    • Freshdesk
    • ServiceNow
    • Zendesk
  • Knowledge base connectors:
    • Wiki.js
    • Confluence
    • Notion
    • ServiceNow Knowledge
  • AI-powered ticket analysis and resolution prediction
  • Automated support agent assistance
  • Knowledge article recommendation

Architecture

Core Components

  • Support Platform Adapters: Modular integrations for different ticketing systems
  • Knowledge Base Connectors: Pluggable interfaces for various knowledge sources
  • CrewAI Agents:
    • Ticket Analyzer Agent: Processes and classifies incoming tickets
    • Resolution Predictor Agent: Suggests solutions based on historical patterns
    • Knowledge Navigator Agent: Identifies relevant documentation
    • Support Assistant Agent: Interfaces with support staff

Getting Started

Documentation and setup instructions coming soon.

Prerequisites

  • Python 3.8+
  • CrewAI
  • Vector database (e.g., Pinecone, Weaviate)
  • API access to supported platforms

Development

Adding New Platform Support

The framework provides abstract base classes for implementing new platform integrations:

  • BaseSupportAdapter: For ticketing system integration
  • BaseKnowledgeConnector: For knowledge base integration

License

[License details to be added]

About

AI assisted RAG support framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0