issues
search
dsba6010-llm-applications
/
AgenticRAG-CharlotteEatz
An agentic retrieval augmented generated (RAG) application to help foodies in Charlotte satisfy their culinary cravings.
MIT License
1
stars
0
forks
source link
Retrieval Augmented Generation (RAG) implementation
#3
Closed
ericphann
closed
1 month ago
ericphann
commented
2 months ago
Identify and integrate a suitable data source (e.g., CSV file, text corpus) for RAG
Implement a basic RAG process using libraries like LangChain or similar tools
One option, provide a Jupyter notebook demonstrating the RAG process (easier option)
Ideally, integrate RAG directly into the application (e.g., via Streamlit)
Consider these repos:
https://github.com/NirDiamant/RAG_Techniques/tree/main
ericphann
commented
1 month ago
Merged pull request #10.
Data source is synthetic data from Anthropic.
RAG developed using OpenAI and FAISS.
Streamlit integration will come in a future enchancement