Skip to content

Commit

Permalink
fix: kge link
Browse files Browse the repository at this point in the history
  • Loading branch information
AruneshSingh committed Jan 11, 2024
1 parent 3ffef1f commit b6477ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
venv/
.env
.env
.DS_Store
2 changes: 1 addition & 1 deletion docs/use_cases/knowledge_graph_embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Moreover, these five professions are all closely related to the film industry, s

In sum, the model's performance in this scenario demonstrates its potential for **understanding concepts**, **interpreting context**, and **extracting semantic meaning**.

Here is the [complete code for this demo](../assets/use_cases/knowledge_graph_embedding/kge_demo.ipynb).
Here is the [complete code for this demo](https://github.com/superlinked/VectorHub/blob/main/docs/assets/use_cases/knowledge_graph_embedding/kge_demo.ipynb).


## Comparing KGE with LLM performance on a large Knowledge Graph
Expand Down

0 comments on commit b6477ff

Please sign in to comment.