feat: Classify nodes based on edge relationships #162 (#1755)

### What problem does this PR solve?
feat: Add ForceGraph
feat: Classify nodes based on edge relationships #162 

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-31 17:45:52 +08:00
committed by GitHub
parent ccbd4365be
commit ad2e116367
9 changed files with 1729 additions and 49 deletions

View File

@ -182,15 +182,14 @@ const Chunk = () => {
/>
</div>
</Flex>
{
{isPdf && (
<section className={styles.documentPreview}>
<DocumentPreview
highlights={highlights}
setWidthAndHeight={setWidthAndHeight}
></DocumentPreview>
</section>
}
)}
</Flex>
</div>
{chunkUpdatingVisible && (