mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-17 21:20:45 +00:00
Fix liinting
This commit is contained in:
parent
911bbd17a4
commit
5c533f5e1a
@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user