Skip to main content
Eckford on the side
The snippets herein are from far and wide. It makes no sense without context
  • Login
  • Home
  • Bridges
  • Flask
  • Get Smart
  • GitOps
  • Patterns for safely evolving systems without breaking operations
  • O365
  • Semantic Search Structure Demo
  • Term Store Contributor can't add Term
Menu
  1. Home

design

vector embedding is a numerical representation of text (that preserves meaning)

We’re circling a powerful idea here. Turn logs into something an AI can reason over, not just grep through. Vector embeddings are the hinge.

Every log line becomes a vector

  974  cd /home/tux
  975  mkdir -p td-detect
  976  cd td-detect
  977  mkdir -p src data logs alerts
  978  touch src/detector.py

The flow becomes

  • Read more about vector embedding is a numerical representation of text (that preserves meaning)
Powered by Backdrop CMS