Skip to content

Commit eb8e72f

Browse files
authored
Merge pull request #84 from intel/update-branch
fix: update dependencies for rag toolkit (#260)
2 parents 175b762 + c1ed0ef commit eb8e72f

File tree

5 files changed

+357
-321
lines changed

5 files changed

+357
-321
lines changed

usecases/ai/rag-toolkit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# LLM RAG Toolkit
2-
The RAG Toolkit is a sophisticated Language Model (LLM) application designed to leverage the power of Intel CPUs and GPUs. It features Retrieval Augmented Generation (RAG), a cutting-edge technology that enhances the model's ability to generate accurate and contextually relevant responses by integrating external information retrieval mechanisms.
1+
# LLM Deployment Toolkit
2+
The Deployment Toolkit is a sophisticated Language Model (LLM) application designed to leverage the power of Intel CPUs and GPUs. It features Retrieval Augmented Generation (RAG), a cutting-edge technology that enhances the model's ability to generate accurate and contextually relevant responses by integrating external information retrieval mechanisms.
33

44
![LLM On Edge](./assets/ui.gif)
55

usecases/ai/rag-toolkit/backend/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ sse_starlette==2.1.2
66
scipy
77
soundfile
88
numpy==1.26.4
9-
openai==1.39.0
9+
openai==1.56.2
1010
pyyaml==6.0.1
1111
pypdf==5.0.0
12-
langchain==0.3.7
12+
langchain==0.3.8
1313
langchain-chroma==0.1.4
14-
langchain-community===0.3.5
14+
langchain-community===0.3.8
1515
chromadb==0.5.18
1616
huggingface_hub>=0.23.0
1717
botocore==1.34.88

0 commit comments

Comments
 (0)