tiagopavan | 5 months ago | on: I got the highest score on ARC-AGI again swapping Python for English
tiagopavan's comments
tiagopavan | 2 years ago | on: What We Watched: A Netflix engagement report
tiagopavan | 3 years ago | on: Prompt Engineering: Steer a large pretrained language model to do what you want
tiagopavan | 3 years ago | on: From Zendesk to ChatGPT: Leveraging Embeddings
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
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 :)