Skip to content

Commit

Permalink
start importing dsomm
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Nov 10, 2023
1 parent 1416cf4 commit cc6feda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/utils/external_project_parsers/dsomm.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

means_none = [
"Not explicitly covered by ISO 27001 - too specific",
"Not explicitly covered by ISO 27001",
"May be part of project management",
"May be part of risk assessment",
]
Expand Down Expand Up @@ -56,7 +57,7 @@ def parse(
embeddings = cache.get_embeddings_for_doc(existing[0])
if embeddings:
logger.info(
f"Node {standard.todict()} already exists and has embeddings, skipping"
f"Node {standard.section} already exists and has embeddings, skipping"
)
continue
else:
Expand Down

0 comments on commit cc6feda

Please sign in to comment.