nicho2

Results 4 comments of nicho2

I want used ollama and nomic-embed-text model for embedding from anythingLLM ![image](https://github.com/ollama/ollama/assets/11471811/e177186d-e046-4683-8155-757f0ca6e6fc)

ok, i've understand what to do I was misled by the command given on the ollama site: ollama run nomic-embed-text ![image](https://github.com/ollama/ollama/assets/11471811/d2b66b38-52bc-4a83-a9d9-b41c73e6d772)

It's not necessary to run (just pull the model and : ![image](https://github.com/ollama/ollama/assets/11471811/7030b3c5-c5cd-4ba8-92f1-d5dcf3955d2b)

same thing with zeno_visualize.py model_args = re.sub( "/|=|:", "__", json.load( open(Path(args.data_path, model, "results.json"), encoding="utf-8") )["config"]["model_args"],