MemberJunction / MemberJunction/MJ
Look into ways we can optimize the way we create EntityRecordDocuments
Open
- Dominant language
- TSQL
- Stars
- 29
- Forks
- 6
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 323
Description
Currently in the vector sync package, we're vectorizing records and upserting the vectors to the vectorDB in batches, but we're creating entity record documents one by one. There could be better ways of doing this. Amith has suggested not awaiting the save calls and simply letting them fire off while Craig has suggested using a library of his that handle concurrency at scale.
Contributor guide
Assessment
This issue has not been assessed yet.