-
Notifications
You must be signed in to change notification settings - Fork 12
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
base: master
Are you sure you want to change the base?
Conversation
* [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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
point at the end
No description provided.