I'll be showing how to use pinecone's vector database service to search for semantically similar QnA using Google's Natural Questions Dataset with over 80k items.
🔴Link to Google's Natural Questions Dataset:👉 https://raw.githubusercontent.com/goo...
🔴Link to the code:
👉https://github.com/haythamodeh/Pineco...
🔥You need to initialize your pinecone API key before you can deploy your services.🔥
✔️I'm using Jupyter notebook as my IDE.
What you'll need to get started is installing some dependencies using either anaconda prompt or Jupyter notebook itself:
✔️Pinecone:
Jupyter notebook: !pip install pinecone-client
✔️Pandas:
Anaconda Prompt: conda install pandas
✔️Sentence Transformers:
conda install -c conda-forge sentence-transformers
!pip install sentence-transformers
⭐Made by: Haytham Odeh (Software Engineer Intern at Inabia)⭐
🔴Want more education? Follow me: ⭐
✅TWITTER:👉 / inabia
✅FACEBOOK: 👉 / inabia.solut. .
✅WEBSITE: 👉https://www.inabia.com/media/
⭐If you enjoyed the video, toss it a like! 👍
💡Subscribe To Get All Videos👉 https://bit.ly/3so2MnE
Thanks for watching! 🔴
#NLP #Pinecone #VectorDatabase #SemanticSearch #QuestionAnswering