Sign in
Log inSign up
Pradip Nichite

55 likes

·

36.2K reads

4 comments

Ben MacDonald
Ben MacDonald
May 4, 2023

thanks so much for this guide! in step 4 'importing necessary libraries:', the third function throws an error for me. do we need to 'import pinecone' if we also have 'from langchain.vectorstores import Pinecone' further below?

1
·
weize ning
weize ning
Aug 22, 2023

nice

·
Nishikant Gurav
Nishikant Gurav
Aug 25, 2023

Awsome

·
Kamal Thej
Kamal Thej
Nov 2, 2023

AttributeError: module 'langchain.vectorstores.pinecone' has no attribute 'init'

issue_1: uppercase: Pinecone

issue_2: lowercase: pinecone

issue_3: to create virtual environment

unable to resolve this error even after taking help from stack overflow and chatGPT with my knowledge. please help me to complete this project from step number 8, I am facing lot of packages and library issues.

·