Skip to content

Commit

Permalink
feat: retail opportunities post (#201)
Browse files Browse the repository at this point in the history
* chore: update installed packages

* feat: add new post content #200

* chore: fix embedding reqs and python version

* feat: update siimlarity data table #200
  • Loading branch information
ajfisher committed Apr 17, 2024
1 parent 0398805 commit 3ed356a
Show file tree
Hide file tree
Showing 11 changed files with 2,821 additions and 2,311 deletions.
2,190 changes: 1,166 additions & 1,024 deletions site/package-lock.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/utils/embeddings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clean-env:
clean: clean-env

install:
test -d venv || { echo "Create vitual env"; python3 -m venv venv; }
test -d venv || { echo "Create vitual env"; python3.11 -m venv venv; }
. venv/bin/activate; pip install -r requirements.txt

build: install
Expand Down
32 changes: 0 additions & 32 deletions site/utils/embeddings/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,4 @@
certifi==2023.7.22
charset-normalizer==3.3.0
click==8.1.7
ctransformers==0.2.27
faiss-cpu==1.7.4
filelock==3.12.4
fsspec==2023.9.2
huggingface-hub==0.17.3
idna==3.7
Jinja2==3.1.3
joblib==1.3.2
MarkupSafe==2.1.3
mpmath==1.3.0
networkx==3.1
nltk==3.8.1
numpy==1.26.0
packaging==23.2
Pillow==10.3.0
py-cpuinfo==9.0.0
PyYAML==6.0.1
regex==2023.8.8
requests==2.31.0
safetensors==0.3.3
scikit-learn==1.3.1
scipy==1.11.3
sentence-transformers==2.2.2
sentencepiece==0.1.99
sympy==1.12
threadpoolctl==3.2.0
tokenizers==0.13.3
torch==2.0.1
torchvision==0.15.2
tqdm==4.66.1
transformers==4.36.0
typing_extensions==4.8.0
urllib3==2.0.7
2,565 changes: 1,311 additions & 1,254 deletions site/utils/embeddings/similarity_data.json

Large diffs are not rendered by default.

0 comments on commit 3ed356a

Please sign in to comment.