Building a RAG LLM Clinical Chatbot with John Snow Labs in Databricks

preview_player
Показать описание
In the era of rapidly evolving Large Language Models (LLMs) and chatbot systems, we highlight the advantages of using LLM systems based on RAG (Retrieval Augmented Generation). These systems excel when accurate answers are preferred over creative ones, such as when answering questions about medical patients or clinical guidelines. RAG LLMs have the advantage of reducing hallucinations, by explaining the source of each fact, and enabling the use of private documents to answer questions. They also enable near-real-time data updates without re-tuning the LLM.

This session walks through the construction of a RAG (Retrieval Augmented Generation) Large Language Model (LLM) clinical chatbot system, leveraging John Snow Labs’ healthcare-specific LLM and NLP models within the Databricks platform.

The system leverages LLMs to query the knowledge base via vector database that is populated by Healthcare NLP at scale within a Databricks notebook. Coupled with a user-friendly graphical interface, this setup allows users to engage in productive conversations with the system, enhancing the efficiency and effectiveness of healthcare workflows. Acknowledging the need for data privacy, security, and compliance, this system runs fully within customers’ cloud infrastructure – with zero data sharing and no calls to external API’s.

Amir Kermany

Amir is the Technical Industry Lead for Healthcare & Life Sciences at Databricks, where he focuses on developing advanced analytics solution accelerators to help health care and life sciences organizations in their data and AI journey.

Veysel Kocaman

Veysel is a Lead Data Scientist and ML Engineer at John Snow Labs, improving the Spark NLP for the Healthcare library and delivering hands-on projects in Healthcare and Life Science.

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

I started researching RAG a week ago and was fortunate to find this video today
Thank you from the bottom of my heart for your very rich content

alimahmans
Автор

Great level of detail in overview and coverage of scale and production-deployment issues (and costs). Many thanks! John Snow Labs does it again.

geoffreygordonashbrook
Автор

It's nice to know what a great project we are involved in, congratulations Veysel!!!

dr.ahmetkorkmaz
Автор

Thank you for great presentation. Are you going to share the notebook?

KemalCanKara
Автор

AttributeError: 'NLUPipeline' object has no attribute 'predict_embeds' when running FAISS.from_documents(pre_processed_docs, embeddings).as_retriever(), what may be the problem?

leauyn
Автор

both folks English is to hard to understand

kali
Автор

Thank you for this. It was very informative. What are your views on using FactScore?

misterloafer