This commit is contained in:
Cyber MacGeddon 2025-04-19 19:52:21 +01:00
parent 8d082aed87
commit 42ea9ed370
3 changed files with 5 additions and 4 deletions

View file

@ -58,12 +58,10 @@ class Processor(FlowProcessor):
for entity in v.entities:
resp = await flow("embeddings-request").embed(
vectors = await flow("embeddings-request").embed(
text = entity.context
)
vectors = resp.vectors
entities.append(
EntityEmbeddings(
entity=entity.entity,