[PR #108] [MERGED] Update llama3.1_local_rag.py #3255

Closed
opened 2026-05-02 01:57:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/108
Author: @publicarray
Created: 2/1/2025
Status: Merged
Merged: 2/3/2025
Merged by: @Shubhamsaboo

Base: mainHead: patch-1


📝 Commits (1)

  • dad10e8 Update llama3.1_local_rag.py

📊 Changes

2 files changed (+12 additions, -7 deletions)

View changed files

📝 rag_tutorials/llama3.1_local_rag/llama3.1_local_rag.py (+10 -6)
📝 rag_tutorials/llama3.1_local_rag/requirements.txt (+2 -1)

📄 Description

Fixes The class OllamaEmbeddings was deprecated in LangChain 0.3.1 and will be removed in 1.0.0. An updated version of the class exists in the :class:`~langchain-ollama package and should be used instead.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/108 **Author:** [@publicarray](https://github.com/publicarray) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`dad10e8`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/dad10e82cbc775abbb739e525377f9f07a05a70a) Update llama3.1_local_rag.py ### 📊 Changes **2 files changed** (+12 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `rag_tutorials/llama3.1_local_rag/llama3.1_local_rag.py` (+10 -6) 📝 `rag_tutorials/llama3.1_local_rag/requirements.txt` (+2 -1) </details> ### 📄 Description Fixes The class `OllamaEmbeddings` was deprecated in LangChain 0.3.1 and will be removed in 1.0.0. An updated version of the class exists in the :class:`~langchain-ollama package and should be used instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 01:57:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#3255