diff --git a/examples/lightrag_openai_compatible_demo.py b/examples/lightrag_openai_compatible_demo.py index 45948b6f..82e1b07b 100644 --- a/examples/lightrag_openai_compatible_demo.py +++ b/examples/lightrag_openai_compatible_demo.py @@ -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", )