From 54cf0967cc2d7d360ffb8b70046e3f72fec6496f Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:46:01 +0200 Subject: [PATCH] chore: updates env template --- .env.template | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.template b/.env.template index 781e82428..ddcd41a6c 100644 --- a/.env.template +++ b/.env.template @@ -116,7 +116,15 @@ VECTOR_DB_PROVIDER="lancedb" VECTOR_DB_URL= VECTOR_DB_KEY= +################################################################################ +# 🧩 Ontology resolver settings +################################################################################ +# -- Ontology resolver params -------------------------------------- +# ONTOLOGY_RESOLVER=rdflib # Default: uses rdflib and owl file to read ontology structures +# MATCHING_STRATEGY=fuzzy # Default: uses fuzzy matching with 80% similarity threshold +# ONTOLOGY_FILE_PATH=YOUR_FULL_FULE_PATH # Default: empty +# To add ontology resolvers, either set them as it is set in ontology_example or add full_path and settings as envs. ################################################################################ # 🔄 MIGRATION (RELATIONAL → GRAPH) SETTINGS