Skip to content

Commit

Permalink
ci: Remove FIXME (#26)
Browse files Browse the repository at this point in the history
It's now being tracked elsewhere.
  • Loading branch information
jesse-c authored Aug 22, 2024
1 parent 969448b commit 8db3031
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cli/text2embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ def run_embeddings_generation(
See docstring for run_as_cli for details.
"""
# FIXME: This solution assumes that we have a json document with language = en (
# supported target language) for every document in the parser output. This isn't
# very robust. This solution also requires passing every document into the
# embeddings stage so we are declaring tasks that are immediately dropped due to
# content. Filter only to tasks that have one language and where the language is
# supported. These could either be translated or in the original language.

logger.info(
"Running embeddings generation...",
Expand Down

0 comments on commit 8db3031

Please sign in to comment.