Fix liinting

This commit is contained in:
yangdx
2025-05-13 00:08:21 +08:00
parent 911bbd17a4
commit 5c533f5e1a

View File

@@ -100,7 +100,7 @@ async def embedding_func(texts: list[str]) -> np.ndarray:
return await ollama_embed(
texts=texts,
embed_model="bge-m3:latest",
host="http://m4.lan.znipower.com:11434",
host="http://localhost:11434",
)