Discover and explore top open-source AI tools and projects—updated daily.
RAG example using Llama 2 70b and Llama Index
Top 76.1% on SourcePulse
This project provides a working example of Retrieval Augmented Generation (RAG) for financial applications using Llama 2 70b and Llama Index. It is targeted at developers and researchers looking to implement RAG systems, offering a practical demonstration for building finance-focused chatbots.
How It Works
The system leverages Llama Index for efficient data indexing and retrieval, combined with the Llama 2 70b chat model for generating responses. This approach allows the LLM to access and synthesize information from a financial knowledge base, enabling more accurate and contextually relevant answers.
Quick Start & Requirements
git clone https://github.com/nicknochnack/Llama2RAG
and cd Llama2RAG
.jupyter lab
.streamlit run app.py
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project strongly recommends GPU acceleration, implying potential performance issues or unfeasibility on CPU-only environments.
2 years ago
Inactive