ChatGPT with any YouTube video using langchain and chromadb video files:
🕑 Added 2023-03-09 21:40:31 +0000 UTCfiles are for video: https://youtu.be/TQZfB2bzVwU
Comments
Echo Hive
I am not sure if I understand the problem well enough to be of help here. But take a look at this video as well. It might give you ideas on how to set up the prompt for gpt 3.5. I hope this helps. https://youtu.be/RTPyD7bfHw8
Sergio Soage
Not always, sometimes are nested pairs. But that aside, if i embed the answers get the most similar and the use gpt3.5 it doesn’t work, i believe it is because i am using the answers. I should use the question and then add the pair to gpt3.5. But in this case the chat nature of it is complicating things for me….
Echo Hive
Ok. Let me think about it an get back to you. But when you say “plain text” do you mean your data isn’t plain text?
Sergio Soage
Thank you, i was wondering if you could help me. I have pairs of questions and answers and would like to do a knowledge enhanced (retrieval) using embeddings and then gpt3.5. I have tried some code samples but the are mainly plain text so the same approach doesn’t work. Any pointers you could provide? Thanks in advance
Alex
Thank you for your work!