feat: more on embedding

This commit is contained in:
2026-04-24 08:07:34 +02:00
parent 88f966dae9
commit 36fa08ad1e
7 changed files with 135 additions and 39 deletions

View File

@@ -547,6 +547,7 @@ defmodule BDS.Posts do
|> Post.changeset(attrs)
|> Repo.insert_or_update!()
|> tap(&Search.sync_post/1)
|> tap(&Embeddings.sync_post/1)
end
defp parse_post_status(status) when is_atom(status), do: status