Building RAG With Llama 3.1

preview_player
Показать описание
Building RAG With Llama 3.1 locally for free.

What is Llama 3.1?
An improvement from its previous predecessor, Meta Llama 3.1 is Meta's latest suite of AI models, boasting the advanced 405B model with a 128K context length. These models support eight languages and deliver state-of-the-art performance across various tasks. Featuring updated 8B and 70B models, enhanced training methods, and new safety tools like Llama Guard 3, Llama 3.1 is designed for scalability and flexibility, empowering developers to drive innovation in AI applications.

Рекомендации по теме
Комментарии
Автор

might consider a tutorial - how to write a front for this code - you would make it complete then :) cheers!

artur
Автор

Hey, I am getting this error when i try to run result

ConnectionError: HTTPConnectionPool(host='localhost', port=11434): Max retries exceeded with url: /api/chat (Caused by object at 0x7bec7f643c70>: Failed to establish a new connection: [Errno 111] Connection refused'))

kayajones