silvia
silvia
What should I use for the os.environ["NEBULA_ADDRESS"] = "127.0.0.1:9669" # assumed we have NebulaGraph 3.5.0 or newer installed locally here if I'm using NebulaGraph through docker extension instead of locally?
> demo usage are provided in demo.ipynb. User are not required to install ollama model if they don't use it, as I put `import ollama` inside model calling function. Thank...
I used ollama embedding with the above modification in embedding function and was able of generating the graph, but I can't query the graph with similar modification to another embed...
@wanglufei1 check out #345 . Embedding with Ollama would work with modification made by user Spacelearner.
@lauraparra28 @maverick001 Hey, I managed to get it work locally with groq+nomic embedding with Ollama. I modified my code as user spacelearner has said in issue #345 I guess there's...