How Can I Upsert Freshdesk Ticket Data into Pinecone and Query It Using Sentence Transformers? #9517
Replies: 1 comment
-
🤖 Hello, Thank you for providing detailed information about your issue. From what I understand, you're trying to upsert Freshdesk ticket data into Pinecone and then query that data using Sentence Transformers. Looking at your code, it seems like you're correctly initializing Pinecone, loading the SentenceTransformer model, processing the tickets, and upserting the data into Pinecone. However, without specific details about what's not working as expected, it's a bit challenging to provide a precise solution. Here are a few things you might want to check:
If you've checked all of these and are still facing issues, could you please provide more specific details about what's not working as expected? Are there any error messages being printed out? Is the data not being upserted correctly, or are the queries not returning the expected results? Any additional information would be helpful in diagnosing the issue. Best, Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to upsert Freshdesk ticket data into Pinecone and then query that data. Despite trying multiple approaches, I'm still struggling with what seems to be a simple task. I'd appreciate any guidance on what might be going wrong.
Upserting Data
I have the following code to upsert Freshdesk ticket data into Pinecone:
Querying Data
Here is the code to query the ticket data:
I am not receiving any errors currently, but the code doesn't perform as expected. Can anyone help me understand what might be wrong? Thank you!
I looked through the official Pinecone and Freshdesk documentation to find relevant examples and guides for upserting and querying the data. Additionally, I consulted tutorials and online forums that provided insights into similar tasks. I even sought assistance from GPT-4 to generate code snippets and get an understanding of potential solutions. I expected that by following these resources, I would be able to successfully upsert Freshdesk ticket data into Pinecone and then query that data according to my requirements. However, despite trying these multiple approaches, the code didn't perform as expected, and I am still struggling to achieve the desired result.
Beta Was this translation helpful? Give feedback.
All reactions