ibm-granite-community / utils

A repository of utililties that make notebooks look cleaner
Apache License 2.0
0 stars 1 forks source link

Update the Ollama model hosting details with more clarity #14

Open hickeyma opened 1 day ago

hickeyma commented 1 day ago

Added information on installing and running the Ollama server. The information is necessary for users when using Ollama in a notebook.

fayvor commented 1 day ago

Thanks, @hickeyma. Could you instead link to the Ollama Getting Started instructions and make sure those are complete?

bjhargrave commented 1 day ago

Thanks, @hickeyma. Could you instead link to the Ollama Getting Started instructions and make sure those are complete?

These instructions are missing the proper pip install command for the langchain_ollama package.

hickeyma commented 1 day ago

Thanks, @hickeyma. Could you instead link to the Ollama Getting Started instructions and make sure those are complete?

@fayvor Updated now and ready for review again.

hickeyma commented 1 day ago

These instructions are missing the proper pip install command for the langchain_ollama package.

@bjhargrave Could you describe more what is missing? Sorry not sure what you are asking.

bjhargrave commented 21 hours ago

Could you describe more what is missing? Sorry not sure what you are asking.

Screenshot 2024-10-01 at 15 06 26

The langchain_ollama package is not present. No prior step in the notebook pip installs the necessary packages. Without a step to install the package, the from statement fails.

Screenshot 2024-10-01 at 15 10 12

The Getting_Started_with_Replicate.ipynb notebook has a step to pip install the needed dependencies.

rawkintrevo commented 20 hours ago

Iirc, the recipes in this repo are being moved to snacks or kitchen. @fayvor or @adampingel can comment more.

fayvor commented 20 hours ago

The langchain_ollama package is not present. No prior step in the notebook pip installs the necessary packages.

@bjhargrave I see that. I can fix it when I move these recipes to the Kitchen, if it hasn't been fixed here.