code fix in the file rdspg-vector.ipynb
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 45/100
Research direction
Open rdspg-vector.ipynb and inspect the prerequisite-install cell and the similarity-search block near the end. Run the notebook or at least the relevant cells to reproduce the missing skimage import, then verify that the dependency setup supports that import without errors.
Written by the indexing model from the issue text.
Description
Simple code fix. In the file rdspg-vector.ipynb is this line to install prereqs:
!pip install -U psycopg2-binary pgvector tqdm boto3 requests
It should actually be:
!pip install -U psycopg2-binary pgvector tqdm boto3 requests scikit-image
Otherwise the code block near the end that performs the similarity search errors out on the line:
from skimage import io
stating "no such module" for skimage.
- Dominant language
- Jupyter Notebook
- Stars
- 40
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from aws-samples/rds-postgresql-pgvector
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
aws-samples/rds-postgresql-pgvector#7 · 1 comment ·
All issues in aws-samples/rds-postgresql-pgvector
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
xinnan-tech/xiaozhi-fde-talk#263 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
avniproject/avni-server#1074 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100