Create a RAG based Chatbot with Databricks

  Рет қаралды 13,747

Databricks

Databricks

Күн бұрын

Пікірлер: 38
@reyhanehhashempour7157
@reyhanehhashempour7157 29 күн бұрын
Great video! Clear, straightforward, and right to the point!
@ashishlohra
@ashishlohra 29 күн бұрын
great video Jason, helped me unlock Chatbot technical architecture in much greater detail
@trevorwills4234
@trevorwills4234 4 ай бұрын
Great video Jason, Thanks for putting together. Would you be able to share the notebooks as well.
@okube-ai
@okube-ai 3 ай бұрын
Awesome demo! I one thing I wanted to do and could not quite figure out if it was possible is to to add the serving endpoint you created to the list of available models in the AI playground section. I would be nice to directly chat with our custom model without having to build a separate GUI.
@Meghachaugule-o3y
@Meghachaugule-o3y 3 ай бұрын
It was a clear and sorted demo for RAG. Thanks!!
@06sheridan
@06sheridan 5 ай бұрын
Great video Jason...thank you! I think you forgot to add the link in the description for how to setup the access key and secret scope. thanks!
@vahidvajihinejad3178
@vahidvajihinejad3178 3 ай бұрын
Hey thanks a lot this was great and clean demo on RAG that I was able to run end to end. Excellent job
@pj3200
@pj3200 2 ай бұрын
very well put together & super informative...thanks a lot!
@cwynsurf484
@cwynsurf484 2 ай бұрын
great video. thanks so much! quick question : so when we add new documents to the volume all we have to do is resynch the vector index ? we don't have to create another new version of the model to access the new data from the new files?
@06sheridan
@06sheridan Ай бұрын
@jason what changes need to be made to this solution in order to take advantage of Databricks Apps?
@ramstube08
@ramstube08 2 ай бұрын
At 09:18, the "create vector search index", has been moved to create button instead of the 3 dots.
@JacoboCeballos-k1j
@JacoboCeballos-k1j 3 ай бұрын
Thank you for the video. One question, the gradio UI wasn't working for me, is there any other potential changes one needs to make other than the ones mentioned?
@CosmosTraveler8008
@CosmosTraveler8008 5 ай бұрын
Thank you. It really is a great video, But question I have is, you are manually tracking the changed files. Can you help me understand the use of `enablechangeDataFeed = True`. And also the use of Delta Sync Index if we were to add new files into the Catalog. Can you make a video on this please.
@chemayshola891
@chemayshola891 5 ай бұрын
Wow, can't do this on a free trial. C'mon guys. Guess I will have to go the local llm way.
@bryancrigger
@bryancrigger 4 ай бұрын
Great video! Was able to get a RAG model working with the first document I added, however when I went back later to add another pdf, the model did not seem to acknowledge any new documents to reference. They were added to the docs_track table, but none of the text chunks ended up in the docs_text table... Anyone know why this may be?
@jasondrew2087
@jasondrew2087 4 ай бұрын
Did you re sync the index?
@bryancrigger
@bryancrigger 4 ай бұрын
@@jasondrew2087 not sure. I added some additional pdfs and reran all the code
@jasondrew2087
@jasondrew2087 4 ай бұрын
@@bryancrigger So rerunning the code updates the docs_text table. You still need to go to the index in Unity Catalog for the docs_idx or what ever you named it and from the Overview tab click the Sync Now button under Data Ingest. Once you do that your chatbot should work with your new data. If your issue is that the docs_text table isn't updating then ensure that the name of the new file is not the same as previous files and that your docs_text table has the id GENERATED BY DEFAULT AS IDENTITY (to automatically create the unique key), that Change Data Feed is enabled and that cell 5 in the 2A notebook shows new rows being inserted.
@rebeccaamador6926
@rebeccaamador6926 4 ай бұрын
Getting an issue when trying to create the serving endpoint. It's saying Served entity creation aborted for served entity `audio_transcription_chatbot_model-1`, config version 1, since the update timed out. Have not been able to figure out why.
@jasondrew2087
@jasondrew2087 4 ай бұрын
You have the PAT property setup, scoped to a secret and referenced in the advanced properties of the endpoint?
17 күн бұрын
Anyone else getting the error: raise ValueError("Must specify a chain Type in config")? It looks like Langchain version im working on doesn't like "stuff"
@HaoyuWang-t1i
@HaoyuWang-t1i 14 күн бұрын
Got the same error when serving the model. It works fine one month ago but I'm not sure how to fix it now
14 күн бұрын
@@HaoyuWang-t1i i fixed it by downloading the exact langchain python modules as he did
@laobaba
@laobaba 2 күн бұрын
In the very last step of the last notebook when you go to run the demo, I get the following error: "py4j.security.Py4JSecurityException: Method public java.lang.String com.databricks.backend.common.rpc.CommandContext.toJson() is not whitelisted on class class com.databricks.backend.common.rpc.CommandContext" How do you fix this?
@pedrocavalcanti7488
@pedrocavalcanti7488 4 ай бұрын
oi got stuck because I'm only receiving 3 rows of responses. but my table have 800
@06sheridan
@06sheridan 4 ай бұрын
@jason I made it to the end of the video but when trying to launch Gradio (4 Chatbot GUI notebook in your solution), I get an issue with whitelisted java methods. you have any workaround for that?
@jasondrew2087
@jasondrew2087 4 ай бұрын
You need to use a single user cluster, you'll get that error with shared clusters. I updated the readme just now.
@06sheridan
@06sheridan 4 ай бұрын
@@jasondrew2087 that worked! thanks Jason!
@henryebube3576
@henryebube3576 5 ай бұрын
I followed you tutor.I get stuck at 9.38. I type databricks-bge-large-en as the embedding model but the create button is disable not sure why
@jasondrew2087
@jasondrew2087 5 ай бұрын
You shouldn't have to type it in, rather it should be an option in the drop down. If you go to Serving do you see it listed as a Foundational model?
@henryebube3576
@henryebube3576 4 ай бұрын
@@jasondrew2087 Is neither on the drop down option or listed in the serving. Nothing is showing in both place
@SnatrWhamo
@SnatrWhamo 5 ай бұрын
Great video and very very useful! While implementing, I got stuck uploading the pdf to a Volume in the Unity Catalog. I am the "Owner" of my Databricks Workspace and Azure account although I don't seem to have the option to add a Volume to a Catalog and thus don't have the option to add the pdf to a Volume. This seems to have to do with permissions and possibly setting up a metastore between DataBricks and Azure Blob Storage? Might you have any insights, ideas, solutions or workarounds? Thanks again for a great video and all the resources to implement this super useful technology!
@jasondrew2087
@jasondrew2087 5 ай бұрын
Couple of things, you need USE SCHEMA and CREATE VOLUME permissions on the Schema and USE CATALOG on the catalog. Also you need CREATE EXTERNAL VOLUME permissions on the External Location you plan on using for your Volume.
@hanna-l3n9p
@hanna-l3n9p 28 күн бұрын
any one having issue to import the .dbc notebook in Databricks?
17 күн бұрын
Me as well
@RogerYeahmon
@RogerYeahmon 4 ай бұрын
is it possible for a yank NOT to start a sentence with "so..."? I challenge you.
Building Production RAG Over Complex Documents
1:22:18
Databricks
Рет қаралды 10 М.
Power BI on Databricks Best Practices
50:51
Databricks
Рет қаралды 17 М.
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 16 МЛН
This Game Is Wild...
00:19
MrBeast
Рет қаралды 133 МЛН
Delta Live Tables A to Z: Best Practices for Modern Data Pipelines
1:27:52
ML Drift: Identifying Issues Before You Have a Problem
15:25
Fiddler AI
Рет қаралды 18 М.
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
21:33
pixegami
Рет қаралды 300 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 3,7 МЛН
Simplify ETL pipelines on the Databricks Lakehouse
30:19
Databricks
Рет қаралды 26 М.
The 5 Levels Of Text Splitting For Retrieval
1:09:00
Greg Kamradt
Рет қаралды 80 М.
[1hr Talk] Intro to Large Language Models
59:48
Andrej Karpathy
Рет қаралды 2,3 МЛН
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 16 МЛН