This commit is contained in:
parent
1a37e37f13
commit
7d70c45db8
|
|
@ -1,6 +1,6 @@
|
|||
//import { getRuntimeEnv } from "@/lib/ipconfig"
|
||||
//import { getRuntimeEnv } from "@/lib/get-runtime-env" // ✅ 新路径
|
||||
import { getServerRuntimeUrl } from "@/lib/runtime-url"
|
||||
import { getServerRuntimeUrl } from "@/lib/lib/runtime-url"
|
||||
|
||||
export async function generateBgeM3Embedding(text: string): Promise<number[] | null> {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue