mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-30 02:46:23 +02:00
- Reduce back-pressure on tg-load-kg-core (#179)
- Save entity in correct format in tg-save-core
This commit is contained in:
parent
99e3e43f7b
commit
2f7ccb2ef8
2 changed files with 5 additions and 3 deletions
|
|
@ -231,7 +231,7 @@ def serialize_graph_embeddings(message):
|
|||
"collection": message.metadata.collection,
|
||||
},
|
||||
"vectors": message.vectors,
|
||||
"entity": message.entity.value,
|
||||
"entity": message.entity,
|
||||
}
|
||||
|
||||
class Api:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue