chore: updates env template
This commit is contained in:
parent
765834c0a9
commit
54cf0967cc
1 changed files with 8 additions and 0 deletions
|
|
@ -116,7 +116,15 @@ VECTOR_DB_PROVIDER="lancedb"
|
||||||
VECTOR_DB_URL=
|
VECTOR_DB_URL=
|
||||||
VECTOR_DB_KEY=
|
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
|
# 🔄 MIGRATION (RELATIONAL → GRAPH) SETTINGS
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue