@fonts @vite(['resources/css/app.css', 'resources/js/app.js'])

{{ __('Ollama, pgvector, and Livewire in one local workflow') }}

{{ config('app.name', 'Embedd HUB') }}

{{ __('Generate embeddings, search stored phrases, and compare semantic proximity with a local Ollama provider and PostgreSQL vector storage.') }}

@auth {{ __('Open embedding tools') }} @else @if (Route::has('register')) {{ __('Start exploring') }} @endif @if (Route::has('login')) {{ __('Sign in') }} @endif @endauth
{{ __('Tools') }}
3
{{ __('Provider') }}
{{ __('Local') }}
{{ __('Storage') }}
{{ __('Vector') }}
{{ __('Ollama online') }}
{{ __('Embed') }} {{ __('Search') }} {{ __('Compare') }}

{{ __('Input phrases') }}

{{ __('fast semantic search') }}
{{ __('local vector database') }}
{{ __('embedding comparison') }}
{{ __('Phrase') }} {{ __('Similarity') }} {{ __('Distance') }}
{{ __('fast semantic search') }} 0.982 0.018
{{ __('embedding comparison') }} 0.741 0.259
{{ __('local vector database') }} 0.604 0.396

{{ __('Generate') }}

{{ __('Inspect raw embeddings') }}

{{ __('Paste words or phrases, generate vectors, and inspect previews before storing them.') }}

{{ __('Search') }}

{{ __('Find similar stored text') }}

{{ __('Query your saved embeddings and rank matching phrases by semantic similarity.') }}

{{ __('Compare') }}

{{ __('Read pairwise proximity') }}

{{ __('Enter multiple phrases and review clear phrase-to-phrase scores in a matrix and sorted pair list.') }}