How To Query OpenAI Embeddings - OpenAI | Langchain | Python | Pinecone

preview_player
Показать описание
If you have already saved your embeddings to vector database, then it is the time to run queries on them. Check this video, to know more about how we can query vector database.

** REFERRAL LINK *************
** REFERRAL LINK *************

###### MORE PLAYLISTS ######

#openai #chatgpt #chatbot
Рекомендации по теме
Комментарии
Автор

Ms. Shweta Lodha, Thank you very much for the clear explanation. 👏

ratral
Автор

Great video. Clear instructions and easy to watch. As a developer with way more c# experience than python your clarity makes it fun to follow

alonzowilliams
Автор

awesome video with step by step instructions Shweta, love the way u did code step by step, KUDOS

theFunnyShow
Автор

🌟🌟🌟🌟🌟

Amazing teaching on the things i was looking to learn.. i played video with not much expectations. But i felt i just found the exact thing …. Thanks 🙏
I will try this now😀👍🏻

jayakrishnanp
Автор

Amazing walkthrough, Shweta, thank you. It has unlocked many doors in my mind. Have a subscribe :)

berengamble
Автор

you should've added the link to the notebooks...

Pixel-mgcd
Автор

Awesome explanation, thanks for the great help.
Question: Do we have to read/load the orginal document everytime, can we somehow query the existing embedding we stored in vectordb for next prompt/question from the user. So we can save time and load the data from vectordb directly. is there a way

napster
Автор

Great and wonderful explanation, just want a help. While upserting my vectors in pinecone index, there's some SSL error introduced mentioning MaxRetryError and SSLEOFError, please help me resolve this!

Priyanshukumar-zuei
Автор

Thanks a lot for the video!

I have an error, how do I fix it:

UnboundLocalError: local variable 'prompt' referenced before assignment

guilhermelirio
Автор

what are the pros and cons to using a vector database like pinecone vs. locally stored files like vectorIndex.json in your previous video?

unfair_edge
Автор

great tutorial!

i am not familiar in python, please help me in one issue, while calling construct_prompt function i am having this below error:

KeyError: 'file_content'

korejasimab
Автор

Hi! I did everything as you described, but I get results as if openai doesn't take my data into account, maybe you can help me?

ataman
Автор

Help me please, AuthenticationError: No API key provided. You can set your API key in code using 'openai.api_key = '

elchinitowantan
Автор

its taking answers from openai source as well. how to solve that?

shamsnahid
Автор

Import configuration doesn't work, help me

elchinitowantan