chore: migrate module path to syntrex-lab and prepare open source release

This commit is contained in:
DmitrL-dev 2026-03-31 22:01:51 +10:00
parent a54c892736
commit 5cbb3d89d3
107 changed files with 465 additions and 594 deletions

View file

@ -11,7 +11,7 @@ import (
ort "github.com/yalue/onnxruntime_go"
"github.com/syntrex/gomcp/internal/domain/vectorstore"
"github.com/syntrex-lab/gomcp/internal/domain/vectorstore"
)
// Embedder implements vectorstore.Embedder using ONNX Runtime.

View file

@ -5,7 +5,7 @@ package onnx
import (
"log"
"github.com/syntrex/gomcp/internal/domain/vectorstore"
"github.com/syntrex-lab/gomcp/internal/domain/vectorstore"
)
// NewEmbedderWithFallback attempts to create an ONNX embedder.

View file

@ -5,7 +5,7 @@ package onnx
import (
"log"
"github.com/syntrex/gomcp/internal/domain/vectorstore"
"github.com/syntrex-lab/gomcp/internal/domain/vectorstore"
)
// NewEmbedderWithFallback returns FTS5 fallback embedder when built without ONNX.