nicho2

Results 11 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"],

in test_audio2coeff.py change ## with something other else (__ for me) savemat(os.path.join(coeff_save_dir, '%s__%s.mat'%(batch['pic_name'], batch['audio_name'])), {'coeff_3dmm': coeffs_pred_numpy}) return os.path.join(coeff_save_dir, '%s__%s.mat'%(batch['pic_name'], batch['audio_name']))

I obtain this too ![image](https://github.com/user-attachments/assets/8b4b826b-c591-4c7e-ab62-a5be068b79df) config = { "configurable": { # le user_id donne les droits d'accès aux espaces "user_id": "3", # Checkpoints are accessed by thread_id "thread_id": thread_id },...

This is all true. It's important that the LLM cites references, such as the paragraph number and title. I had to use Python code to do this, but the tradeoff...

perhaps cause by a bad indentation in samples/apps/autogen-studio/autogenstudio/workflowmanager.py ![image](https://github.com/microsoft/autogen/assets/11471811/3504de41-bc43-4918-b450-3848fb2cb574)

Hello @jubinsoni , @crazywoola when i send with "keywords": (i have the chunk) ![Image](https://github.com/user-attachments/assets/132113d2-a9da-4f2c-be2e-d6541a8d3032) when i send with "keyword" (no chunk) ![Image](https://github.com/user-attachments/assets/a68a5a5b-6d23-4846-8565-ba0118e04176)