Skip to content
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

Building RAG agents locally using open source LLMs on Intel CPU #28302

Merged
merged 6 commits into from
Nov 27, 2024

Conversation

pbharti0831
Copy link
Contributor

@pbharti0831 pbharti0831 commented Nov 22, 2024

Description: Added a cookbook that showcase how to build a RAG agent pipeline locally using open-source LLM and embedding models on Intel Xeon CPU. It uses Llama 3.1:8B model from Ollama for LLM and nomic-embed-text-v1.5 from NomicEmbeddings for embeddings. The whole experiment is developed and tested on Intel 4th Gen Xeon Scalable CPU.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 22, 2024
Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 3:37pm

@dosubot dosubot bot added the 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder label Nov 22, 2024
@pbharti0831
Copy link
Contributor Author

@ccurme can you please review the PR? Thanks.

@pbharti0831 pbharti0831 changed the title Added a cookbook to show how to run RAG agents locally using open source LLMs on Intel CPU Building RAG agents locally using open source LLMs on Intel CPU Nov 25, 2024
@ccurme ccurme self-assigned this Nov 27, 2024
@ccurme ccurme enabled auto-merge (squash) November 27, 2024 15:37
@ccurme ccurme merged commit c09000f into langchain-ai:master Nov 27, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants