Skip to content

Added day1-Product-Recommendations.ipynb to community-contributions #289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,4 @@ products_vectorstore/
# ignore optimized C++ code from being checked into repo
week4/optimized
week4/simple
.env.txt
2 changes: 1 addition & 1 deletion week1/community-contributions/Day2-Solution-Ollama.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.7"
"version": "3.11.11"
}
},
"nbformat": 4,
Expand Down
Loading