tiagopavan's comments

tiagopavan | 2 years ago | on: What We Watched: A Netflix engagement report

That's a great outcome. I was the producer of "The Edge of Democracy" - line 14047 of the Excel file with 200,000 hours viewed. Although we were nominated for an Oscar and became a Netflix originals, they've never disclosed any numbers related to how successful (or not) our film was on the platform.

tiagopavan | 3 years ago | on: From Zendesk to ChatGPT: Leveraging Embeddings

Thank you for your comment!

I hadn't come across Qdrant before, but I will definitely check it out. Although I've been experimenting with milvus.io lately, these vector databases weren't on my radar when I first started exploring embeddings.

Langchain looks incredibly fascinating too! At first glance, it seems like it could be my go-to library for prototyping. I appreciate your suggestion.

tiagopavan | 3 years ago | on: From Zendesk to ChatGPT: Leveraging Embeddings

Since the release of the gpt-3.5-turbo model by OpenAI, I have been wondering how companies are dealing with the token limit to gather insights from a large corpus of text without having to retrain the model.

To understand how it works, I created an open-source Jupyter notebook that creates a chatbot using vector embeddings (which is the workaround for the token limitation!). The chatbot connects Zendesk's knowledge base to ChatGPT, which can answer natural language questions using only the appropriate context.

I hope this can be helpful to anyone who is playing around with AI models in general :)

page 1