Security
Anomaly Detection in Structured Logs
Detect and isolate anomalous behaviors within structured files like HARs, PCAPs, and logs using semantic understanding and clustering.
0.0K runs
Deploy Recipefrom mixpeek import Mixpeekclient = Mixpeek("your-api-key")# Create a collection for anomaly detectionclient.collections.create(feature_extractors=["text-embedding","named-entity","keyword-extraction"])
Feature Extractors
Text Embedding
Extract semantic embeddings from documents, transcripts and text content
827K runs
Named Entity Recognition
Identify and extract named entities like people, organizations, and locations
635K runs
Keyword Extraction
Identify and extract key phrases and important terms from text
615K runs
Retrievers
KNN Search
K-Nearest Neighbor search for finding similar vectors based on distance metrics
450K runs