Fix liinting
This commit is contained in:
parent
911bbd17a4
commit
5c533f5e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue