Skip to content

Commit

Permalink
Add SBERT_FILEPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
epoz committed May 15, 2024
1 parent 2d38188 commit 82d721a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
SCHPIEL_TOKEN = os.environ.get("SCHPIEL_TOKEN")
FTS_FILEPATH = os.environ.get("FTS_FILEPATH")
RDF2VEC_FILEPATH = os.environ.get("RDF2VEC_FILEPATH")
SBERT_FILEPATH = os.environ.get("SBERT_FILEPATH")

# space-separated list of sqlite3 DB files containing sources, in the format:
# CREATE TABLE source (id PRIMARY KEY, last_download, xml) as per the DDB
Expand Down

0 comments on commit 82d721a

Please sign in to comment.