fix: correct typo in knowledge graph extraction guidelines#3449
fix: correct typo in knowledge graph extraction guidelines#3449parshvadaftari merged 1 commit intomem0ai:mainfrom
Conversation
|
@codexvn Can you sign the CLA inorder to get things started. |
|
|
@codexvn The tests are failing. Can you rebase with main and commit again? |
Sorry for the late reply — I’m in UTC+8. I’ve just rebased onto the latest main and pushed the commit. Do you know why the tests are failing? embeddings = { Could it be that the randomly generated embedding vectors happen to have cosine similarities that cross the threshold, causing unstable test results? If that’s the case, would it make sense to use fixed values from a real embedding model to ensure the tests are stable? |
|
@codexvn No the tests were failing due to outdated main branch on your end. |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Please delete options that are not relevant.
Checklist:
Maintainer Checklist