create api call which takes a standard object and suggests which CRE it should match to
Open
@northdpole is already working on this.
Since May 13, 2023.
enhancement
- Dominant language
- Python
- Stars
- 180
- Forks
- 137
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 21
Description
currently adding mappings requires the new standard to either map to an existing standard or manual mapping.
this is inefficient, we can use embeddings to automatically find which CRE each standard section links to .
design an api call which when you POST a standard document with it's section content, it suggests which CRE it should map to
(preparation for ability to add mappings)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.