An open API service indexing awesome lists of open source software.

https://github.com/mirabdullahyaser/ticketcopilot

This repository implements RAG using langchain for to support on-call Product Managers for managing support Tickets
https://github.com/mirabdullahyaser/ticketcopilot

Last synced: 3 months ago
JSON representation

This repository implements RAG using langchain for to support on-call Product Managers for managing support Tickets

Awesome Lists containing this project

README

        

# TicketCopilot24

🧑‍💻✈️ **What is TicketCopilot24**
TicketCopilot is friendly AI product sidekick that helps on-call product managers understand, analyze and resolve tickets faster than ever before.
Under the hood, leveraging the power of LLMs and RAG, driven on your company's data, this sidekick ensures that no ticket is unresolved..

🏗️**TechStack Used:**
RAG Application implemented with
- LangChain
- OpenAI
- Text Embedding 3 small
- FAISS VectorStore
- Data: PDF
- Helper Functions working with pandas
- CSV
- Visualized with seaborn

**Steps to Run the notebook**
1. Create a Python 3.11 environment
2. pip install jupyter so you can run the notebook
3. pip install -r requirements.txt to install all the requirements
4. Get your OpenAI API key to run in google colab.

**Next Planned Iterations:**
- LlamaIndex implementation
- Adding observability with Langsmith
- Adding knowledge graphs

📚 About
This GitHub repository is presents the code in googlecolab notebook https://colab.research.google.com/drive/1M7sjVdcyiVodtbD7gxsYwLq6OfsTaWUM?usp=sharing

This project is inpired by Noor Aftab
https://github.com/aftabn81/TicketCopilot24