Skip to content

Commit

Permalink
added UMAP dimensionality reduction, HNSW vector earch, with test dem…
Browse files Browse the repository at this point in the history
…os. exractors modularized (readabilty, psotlight)
  • Loading branch information
vtempest committed Sep 8, 2024
1 parent e972a89 commit 3532127
Show file tree
Hide file tree
Showing 596 changed files with 8,373 additions and 12,754 deletions.
14 changes: 13 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ jobs:
with:
# Upload entire repository
path: './docs/'
- name: Deploy to GitHub Pages
- name: Deploy Docs to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

test:
name: Run Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # checkout the repo
- name: Download dependencies # execute tests in tests/
run: |
npm install
- name: Execute tests # execute tests in tests/
run: |
npm run test
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3532127

Please sign in to comment.