Skip to content

Commit

Permalink
Add random semantic search bits
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 25, 2024
1 parent 4a0c357 commit bebaaca
Show file tree
Hide file tree
Showing 4 changed files with 982 additions and 0 deletions.
1 change: 1 addition & 0 deletions semantic_search/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
12 changes: 12 additions & 0 deletions semantic_search/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
sentence-transformers = "*"

[dev-packages]

[requires]
python_version = "3.12"
Loading

0 comments on commit bebaaca

Please sign in to comment.