Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Jan 13, 2024
1 parent 4279e89 commit 8b75b1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Tag source files with real-world stories.


## What' s it?

Based on user-provided tag lists, srctag associates files with relevant tags and provides a measure of relevance by
Expand Down
1 change: 1 addition & 0 deletions srctag/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def cli():
def prepare():
""" usually used for pre-downloading sentence-transformer models """


logger.info("Start checking env. It may takes a few minutes for downloading models ...")
# try to embed
chromadb_cli = chromadb.Client()
Expand Down
1 change: 1 addition & 0 deletions srctag/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ def __init__(self):
self.relations = networkx.Graph()



class SrcTagException(BaseException):
pass

0 comments on commit 8b75b1e

Please sign in to comment.