aws-samples / aws-samples/rds-postgresql-pgvector
code fix in the file rdspg-vector.ipynb
オープン
- 主要言語
- Jupyter Notebook
- スター
- 40
- フォーク
- 11
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
調査の方向性
rdspg-vector.ipynb を開き、前提条件のインストール用セルと末尾近くにある類似度検索ブロックを調べます。notebook 全体、または少なくとも関連するセルを実行して、欠落している skimage の import を再現し、その後、依存関係の設定がその import をエラーなしでサポートしていることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- jupyter-notebook, python
- 領域
- databases
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100