Skip to content

sgogula727/ResolveAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResolveAI

ResolveAI is an autonomous AI customer support platform built with FastAPI, LangChain, PostgreSQL, and Next.js.

Backend

  • FastAPI async API server
  • Autonomous ticket processing agent
  • RAG-powered knowledge retrieval
  • PostgreSQL + pgvector storage

Getting started

  1. Install backend dependencies:
    cd backend
    python3 -m pip install -r requirements.txt
  2. Run the backend service:
    uvicorn backend.main:app --reload

Project structure

  • backend/ — Python API, agent, RAG, database models
  • frontend/ — Next.js dashboard and ticket UI
  • shared/ — shared utilities and types

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages