HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tiagopavan

no profile record

Submissions

AI Is Already a Commodity

twitter.com
23 points·by tiagopavan·3 ปีที่แล้ว·6 comments

From Zendesk to ChatGPT: Leveraging Embeddings

colab.research.google.com
3 points·by tiagopavan·3 ปีที่แล้ว·3 comments

comments

tiagopavan
·10 เดือนที่ผ่านมา·discuss
dspy approach seems rather similar to that: https://dspy.ai/tutorials/gepa_ai_program/
tiagopavan
·3 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
There's an interesting stanford webinar covering this topic. It's what they call "Retrieval augmented in-context learning": https://www.youtube.com/watch?v=-lnHHWRCDGk
tiagopavan
·3 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
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 :)