Skip to main content

Prerequisites

Before setting up Gorgias integration, ensure you have:

Gorgias Account

  • Active Gorgias account with API access
  • Gorgias API credentials (client ID, client secret, refresh token)
  • Admin permissions to install integrations

Vector Database

  • Pinecone account and API key for vector storage
  • Pinecone index created with appropriate dimensions
  • Understanding of vector embeddings concepts

AI Services

  • OpenAI API key for embeddings generation
  • Understanding of similarity search principles
  • Familiarity with RAG (Retrieval Augmented Generation)

Technical Setup

  • Node.js 16+ installed
  • Basic understanding of REST APIs and JavaScript
  • Access to your Gorgias ticket data for testing

Quickstart Guide

This is a quickstart guide to get you up and running with the Gorgias Ticket Embeddings. This guide will walk you through the steps to get your Gorgias ticket data into Pinecone and create embeddings for each ticket.

Authentication

Gorgias Ticket Embeddings

Once you have installed the app we can create embeddings and store your Gorgias ticket data in Pinecone, you can create embeddings for each ticket. Embeddings are vector representations of your ticket data. You can use these embeddings to find similar tickets or to create a recommendation system.
1

Loop Through Tickets

Loop Through Gorgias Ticket Data
2

Create Embeddings

Create embeddings for each ticket and message, and store in Pinecone
3

Store Chunks of Ticket Data

Store the vector representation of the ticket data in Pinecone and associated metadata with the ticket data

Conclusion

In this guide, we walked through the steps to get your Gorgias ticket data into Pinecone and create embeddings for each ticket. You can now use these embeddings to find similar tickets or to create a recommendation system. If you have any questions or need help, please feel free to reach out to us at support@StateSet.com