mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-18 13:40:58 +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(
|
return await ollama_embed(
|
||||||
texts=texts,
|
texts=texts,
|
||||||
embed_model="bge-m3:latest",
|
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