feat: embedding service and patch enrichment for semantic context engine#160
Merged
TannerTorrey3 merged 3 commits intodevfrom Apr 10, 2026
Merged
feat: embedding service and patch enrichment for semantic context engine#160TannerTorrey3 merged 3 commits intodevfrom
TannerTorrey3 merged 3 commits intodevfrom
Conversation
… engine Phase 1 client-side support for the semantic context engine: - EmbeddingService wrapping Voyage AI API with batch support and per-NodeKind content strategies - enrichPatchWithEmbeddings() post-processor that injects vector embeddings into UpsertNode ops - Enable ArangoDB experimental vector index flag in standalone docker-compose - Add .ix-worktrees/ to gitignore Embeddings are computed at ingestion time and stored in node attrs. Gracefully degrades when VOYAGE_API_KEY is not set — patches pass through unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Thin CLI client for semantic ingestion: detect source type → fetch content → POST to backend /v1/load. Supports tweets, arxiv papers, PDFs, images, webpages, chat exports, and local files. Remove client-side embedding code (moved to ix-semantic-extraction service). Update docker-compose with ollama + semantic-extraction services. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
35e3e98 to
16d4e88
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EmbeddingServiceclass wrapping Voyage AI API with batch support and per-NodeKind content strategiesenrichPatchWithEmbeddings()post-processor that computes and injects vector embeddings intoUpsertNodepatch ops at ingestion time--experimental-vector-indexflag in standalone docker-compose for native vector index support.ix-worktrees/to gitignoreDesign decisions
Test plan
EmbeddingService.fromEnv()returns null whenVOYAGE_API_KEYis not setenrichPatchWithEmbeddings()passes patches through unchanged without embedding service--experimental-vector-indexflag in standalone mode🤖 Generated with Claude Code