-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Is this a new bug?
- I believe this is a new bug
- I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Hi,
I have used code from one of the example colab Notebook on RAG with langchain to make a lab for students on vector databases.
A minority of the students encountered the following error when importing the wikipedia-simple-text-embedding-ada-002-100K dataset from pinecone_datasets:



Expected Behavior
This cell is supposed to run and import the dataset (it works on my laptop and for most of the students).
Steps To Reproduce
In python 3.11 with the packages versions described later run pinecone_datasets.load_dataset('wikipedia-simple-text-embedding-ada-002-100K ')
Relevant log output
No response
Environment
- **OS**: multiple (Windows and MacOS)
- **Language version**: python 3.11
- **Pinecone client version**: pinecone_datasets==0.6.2Additional Context
None of our troubleshooting attempts worked, and we have not identifier the common denominator that leads to this error happening. When using the list_datasets() method, the wikipedia-simple-text-embedding-ada-002-100K appears in the list, and we were thinking it might be a server side error.