mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-04 04:42:36 +02:00
Fixing tests
This commit is contained in:
parent
4e3db11323
commit
9a4bfafb25
6 changed files with 33 additions and 14 deletions
|
|
@ -411,7 +411,7 @@ class TestKnowledgeGraphPipelineIntegration:
|
|||
entities=[
|
||||
EntityEmbeddings(
|
||||
entity=Term(type=IRI, iri="http://example.org/entity"),
|
||||
vectors=[[0.1, 0.2, 0.3]]
|
||||
vector=[0.1, 0.2, 0.3]
|
||||
)
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue