Prerelease v5.4.0-embeddings.2
Pre-release
Pre-release
- Mostly a copypasta from Projections/Store
- Removed
ScopeId
from the requests (not needed for embeddings) - Added the untracked Generation/Artifacts folder to
.gitignore
. I think that folder is just automatically created bydotnet build
, and it only contains the generated doc.xml
file.
I also now realised, that we have structured this differently from Projections. The Projections.proto
files with the registration code is inside Events.Processing folder, not Projections. Maybe Embeddings.proto
should then also get moved to Events.Processing?