-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FSTORE-1298] add requirements.txt to vector embeddings (#248)
* add requirements.txt to vector embeddings. refactor knn search to allow to be run for just search --------- Co-authored-by: Jim Dowling <[email protected]>
- Loading branch information
1 parent
1a56f37
commit 2a91245
Showing
2 changed files
with
60 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
hsfs==3.7.0rc5 | ||
hopsworks==3.7.0rc1 | ||
sentence_transformers |