Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding embedding docs #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adding embedding docs #268

wants to merge 1 commit into from

Conversation

aomerk
Copy link
Contributor

@aomerk aomerk commented Dec 19, 2023

No description provided.

* [Using embeddings](https://docs.forta.network/en/latest/embeddings/)

Embeddings provide a way to store vector representations of entities, and query by the similarities of entities.
information can be used to answer questions like "which addresses are the most similar addresses to this scammer?" or

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Information [capital i after point]

# Embeddings

Embeddings provide a way to store vector representations of entities, and query by the similarities of entities.
information can be used to answer questions like "which addresses are the most similar addresses to this scammer?" or

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Information [capital i after point]

});
```

You can only add one embedding per label

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

point at the end

## Removing embeddings

To remove embeddings, you simply need to remove the label attached to the embedding. If you send the same label and
set the `remove` boolean field to true, It will remove the label and associated embedding

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

point at the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants