From c50a275b71b0a5f99aa231c6a996317a4ee2b9c0 Mon Sep 17 00:00:00 2001 From: Reinaldo Chaves Date: Mon, 30 Sep 2024 19:05:01 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f073802..7b5bc5a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ pinned: false # Interview PDFs with opensource LLMs - Brazil documents [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/reichaves/Chatbot-llama-3.2-90b-text-preview-Brazil-PDF) -[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://rag-chat-gemma2.streamlit.app/) +[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://entrevista-pdf-llama3.streamlit.app/) Este projeto implementa um sistema de Retrieval-Augmented Generation (RAG) conversacional usando Streamlit, LangChain, e modelos de linguagem de grande escala. O aplicativo permite que os usuários façam upload de documentos PDF, façam perguntas sobre o conteúdo desses documentos, e mantenham um histórico de chat para contexto em conversas contínuas.