RAG Inteligent Medical Applications
1.0.0

This project is a chatbot application that utilizes Langchain and Ollama libraries to manage and process user queries using a large language model (LLM). The application uses a knowledge base created from PDF documents embedded into a vector database, allowing for semantic search and context-based question answering.
Key features include:
Instructions on how to install and set up your project:
git clone https://github.com/joaommata/Project2024cd yourrepositoryI don't know how you should do it, yet hahahahIn order to initialize the chatbot in a local host run the following command :
# Example command to run your project
chainlit run scriptsappRAG.py