Denys on Data
Denys on Data
  • 32
  • 465 710
Prompt Engineering vs RAG vs Fine-tuning: The Best Way to Use LLMs
In this video, I explain the key concepts of prompt engineering, fine-tuning, retrieval-augmented generation (RAG), and pre-training, and I demonstrate them in a simple, easy-to-understand way, highlighting their main differences.
มุมมอง: 737

วีดีโอ

Unlock Powerful Data Queries with LlamaIndex and RAG
มุมมอง 1.5K4 หลายเดือนก่อน
Unlock Powerful Data Queries with LlamaIndex and RAG Are you ready to take your data querying skills to the next level 🤩🤩🤩? In this video, we dive deep into the powerful combination of LlamaIndex and Retrieval-Augmented Generation (RAG) techniques to revolutionize how you interact with structured data. Discover how Large Language Models (LLMs) can transform your data analysis and querying proce...
LLM-Powered Text-to-SQL with Amazon Bedrock Agent Explained
มุมมอง 4.1K4 หลายเดือนก่อน
LLM-Powered Text-to-SQL with Amazon Bedrock Agent Explained Ready to supercharge your data analytics with AI 🚀 ? In this video, we dive deep into Amazon Bedrock Agent and show how its LLM-powered Text-to-SQL feature simplifies complex data queries in just a few clicks. Say goodbye to manual SQL coding and hello to automated insights! Text2SQL has a loooong way to go to replace data analysts and...
LLM for data analytics: text-to-sql 3 architecture patterns
มุมมอง 6K5 หลายเดือนก่อน
This is the first video in a series exploring how to work with structured data using Large Language Models (LLMs). In this video, I explain the three main architectural patterns for building Text-to-SQL pipelines: 1. Prompt engineering & manual metadata retrieval (BASE) 2. BASE RAG for metadata retrieval 3. 1 or 2 using the fine-tuned model Stay tuned for more videos in this series on leveragin...
End-to-end ML pipeline with SageMaker pipelines | Quick walkthrough
มุมมอง 4.4K5 หลายเดือนก่อน
Quick walkthrough of building an ML pipeline with SageMaker pipelines. Here is the link to the original tutorial from AWS sagemaker-examples.readthedocs.io/en/latest/sagemaker-pipelines/tabular/abalone_build_train_deploy/sagemaker-pipelines-preprocess-train-evaluate-batch-transform.html #aws #sagemaker #mlops #ml
AWS Bedrock Tutorial: chat with your files in 10 min with AWS Bedrock, Streamlit, and knowledge base
มุมมอง 7K6 หลายเดือนก่อน
I show how to build an AI Agent with a knowledge base using AWS Bedrock and Streamlit in 10 minutes. The idea is to build the skeleton for the app as quickly as possible. Accuracy and deployment are not of concern in this video. Here is the repo for the Streamlit UI github.com/acwwat/amazon-bedrock-agent-test-ui #genai #ai #aiagents #awsbedrock #aws #streamlit
Langchain tutorial cite sources
มุมมอง 3.6Kปีที่แล้ว
Here we look at what's available on the surface when it comes to citing sources with Langchain and OpenAI. 00:07 Intro to citing sources 00:49 OpenAI playground 02:48 Langchain cite sources fuzzy match chain 08:25 Langchain multiple sources #llm #langchain #openai #chatgpt #dataengineering #dataarchitecture
Querying a database with OpenAI's ChatGPT and Langchain
มุมมอง 1.6Kปีที่แล้ว
This video is a technical deep dive into how Lanchain interacts with OpenAI API to answer the questions about relation data. If you simply want to see Langchain and OpenAI working together on top of a Postgres database to answer user questions-make sure to watch my previous video (appears as a cards in the very beginning) #llm #langchain #openai #chatgpt #dataengineering #dataarchitecture
Langchain tutorial. Query a database with OpenAI's ChatGPT
มุมมอง 7Kปีที่แล้ว
Here is a quick overview of how to query data in a relational database (Postgres in our case) with the help of OpenAI's ChatGPT and Langchain. I double-check the results provided by the LLM and stress multiple times that outputs are non-deteministic and that you should be using all sorts of safeguards when relying on the results generated by LLMs :) #llm #langchain #openai #chatgpt #dataenginee...
Langchain chatbot
มุมมอง 237ปีที่แล้ว
00:32 Langchain Chatbot in Action 01:13 Gettting started without memory 04:00 LangChain chains brief intro Adding memory 09:41 Adding a knowledge base 17:20 LangChain with knowledge base wihtout losing general knowledge 19:26 Wrap-up into a Streamlit app In this tutorial, we'll walk through the process of building a LangChain chatbot using OpenAI's ChatGPT. Starting with a simple chatbot, we'll...
Digital twin on top of AWS IoT TwinMaker-Dashboard overview
มุมมอง 1.2Kปีที่แล้ว
In this TH-cam video, we get an overview of a dashboard built on top of a digital twin using the AWS IoT TwinMaker. The dashboard has several components, including an assets list with associated alerts, data feeds from the assets, a hierarchy of assets, a 3D view, and a live video stream. I will continue learning about the world of digital twins and share my insights with you. If you're interes...
Index-free adjacency in graph databases explained
มุมมอง 7282 ปีที่แล้ว
Short explanation of what an index-free adjacency is and why it makes certain graph traversals much more efficient compared to index-based lookups. Link to the Miro board used for the video: miro.com/app/board/uXjVOTZper0=/?share_link_id=139126415302
Graph Databases-Chapter 1. Introduction
มุมมอง 842 ปีที่แล้ว
1. Graph is a structure that represents entities as nodes and relationships between the entities as edges or vertices. 2. Twitter data model maps nicely to a graph. Users and posts are represented as nodes. The actions of following a user and publishing a post are represented as vertices. 3. Labeled property graph-it the most popular graph data model. It’s main features are: 1. it has nodes and...
AWS Certified Solutions Architect Associate - Thoughts, impressions, tips
มุมมอง 9K5 ปีที่แล้ว
I recently passed AWS Certified Solutions Architect Associate Certification. Here is a link to the so called "badge" www.certmetrics.com/amazon/public/badge.aspx?i=1&t=c&d=2018-12-28&ci=AWS00648127&dm=80 In this video I share my thought on AWS Certification and certifications in general, I also share preparation strategies that worked successfully for me. If you have any questions or need an ad...
AWS Fargate tutorial - Running a Docker container with a Python Flask app
มุมมอง 24K6 ปีที่แล้ว
In this AWS Fargate tutorial we package a Flask app into a Docker container and run it on top of AWS Fargate - a new compute engine of Elastic Containers Service (ECS). A thorough walkthrough of building the mentioned Python Flask app is in this video th-cam.com/video/UNrr8MneoJo/w-d-xo.html A short explanation on what a Docker container is can be found here th-cam.com/video/qgWLcywSsjY/w-d-xo....
Getting started with Docker - What is a Docker Container?
มุมมอง 3586 ปีที่แล้ว
Getting started with Docker - What is a Docker Container?
Flask Tutorial - Building a simple web app with Flask and Python
มุมมอง 2.7K6 ปีที่แล้ว
Flask Tutorial - Building a simple web app with Flask and Python
AWS Lambda Python triggered by API Gateway
มุมมอง 1.1K6 ปีที่แล้ว
AWS Lambda Python triggered by API Gateway
Create an RDS Postgres instance and connect with pgAdmin
มุมมอง 37K6 ปีที่แล้ว
Create an RDS Postgres instance and connect with pgAdmin
S3 AWS - Upload local folder to AWS S3 bucket
มุมมอง 9216 ปีที่แล้ว
S3 AWS - Upload local folder to AWS S3 bucket
S3 AWS - Load files from and to AWS S3 bucket
มุมมอง 1666 ปีที่แล้ว
S3 AWS - Load files from and to AWS S3 bucket
S3 AWS - Create AWS S3 bucket
มุมมอง 1986 ปีที่แล้ว
S3 AWS - Create AWS S3 bucket
S3 AWS - Downloading an entire AWS S3 bucket
มุมมอง 13K6 ปีที่แล้ว
S3 AWS - Downloading an entire AWS S3 bucket
Getting started with AWS - Signing Up
มุมมอง 686 ปีที่แล้ว
Getting started with AWS - Signing Up
AWS CLI Tutorial - Setting up AWS Command Line Interface (AWS CLI) on your laptop
มุมมอง 6036 ปีที่แล้ว
AWS CLI Tutorial - Setting up AWS Command Line Interface (AWS CLI) on your laptop
Python Generators. Quick explanation.
มุมมอง 416 ปีที่แล้ว
Python Generators. Quick explanation.
Python enumerate
มุมมอง 476 ปีที่แล้ว
Python enumerate
Python swap values of two variables
มุมมอง 586 ปีที่แล้ว
Python swap values of two variables
Creating PostgreSQL tables with pgAdmin
มุมมอง 44K7 ปีที่แล้ว
Creating PostgreSQL tables with pgAdmin
Populating PostgreSQL tables using pgAdmin
มุมมอง 21K7 ปีที่แล้ว
Populating PostgreSQL tables using pgAdmin

ความคิดเห็น

  • @debnathdubey4756
    @debnathdubey4756 2 วันที่ผ่านมา

    Great Video. Can you please share end to end solution for that? How to setup lambda and all.

  • @pdullabh315
    @pdullabh315 24 วันที่ผ่านมา

    Great video! Currently using RAG and wondering how fine-tuning will perform!

  • @rakeshkotecha9629
    @rakeshkotecha9629 28 วันที่ผ่านมา

    Thanks for the video! I would love to test this out - so hope I get time this evening/tomorrow. Qq is there a reason the citations (documents) are capped at 2? Quickly looking at the code it does not look like it's capped? also does not look like there is any history in this - i..e. if I wanted to make the chat session look stateful to the user (so they could ask follow up questions with context) presumably I would need to add in a conversation buffer?

  • @ashwaniahuja
    @ashwaniahuja หลายเดือนก่อน

    very good session

  • @arvindmathur6574
    @arvindmathur6574 หลายเดือนก่อน

    Brief and to -the -point explanation! Thank you, Denys! Way2go!

  • @mohamedmaf
    @mohamedmaf หลายเดือนก่อน

    Thanks a lot

  • @samkt7020
    @samkt7020 หลายเดือนก่อน

    can this be accessed by other aws users ? or is it available only to the particular user ?

    • @DenysonData
      @DenysonData หลายเดือนก่อน

      it can be customised any way you want

    • @samkt7020
      @samkt7020 หลายเดือนก่อน

      @@DenysonData is it by restricting the user access to S3 buckets or does bedrock provide any functionality to restrict the knowledge base to other users as well.

  • @annashchygol353
    @annashchygol353 2 หลายเดือนก่อน

    Great overview. Exactly what i was looking for. Thanks!

  • @鄭鈺樺-t4i
    @鄭鈺樺-t4i 2 หลายเดือนก่อน

    Hello, Thanks for your tutorial which is soooo helpful ! I finally used EC2 (OS: Debian) to create docker and ran this program. However, when I asked a question on the UI interface, an error message appeared. Part of it is as follows. I would like to know how to solve it. Thanks so much ಥ⌣ಥ File "/usr/local/lib/python3.12/site-packages/botocore/client.py", line 629, in resolve resolved = self.endpoint_resolver.construct_endpoint( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/botocore/regions.py", line 230, in construct_endpoint result = self._endpoint_for_partition( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/botocore/regions.py", line 278, in _endpoint_for_partition raise NoRegionError()

  • @tct38
    @tct38 3 หลายเดือนก่อน

    Thanks. Waiting for similar videos.

    • @DenysonData
      @DenysonData 3 หลายเดือนก่อน

      Let me know exactly is of interest to you. I have a sagemaker pipelining project coming up and would love to share more

  • @albertomb4057
    @albertomb4057 3 หลายเดือนก่อน

    Hello, it was really helpful but I got stock in one part, when I try to sync the knowledge base it do not trigger anything

    • @hariharanayappane620
      @hariharanayappane620 2 หลายเดือนก่อน

      You should first save the agent config before trying to synchronizing

  • @Jose-Tav
    @Jose-Tav 3 หลายเดือนก่อน

    Great video! I really enjoy this architectural approach before actually facing the problems. Please continue with your nice work!

    • @DenysonData
      @DenysonData 3 หลายเดือนก่อน

      Thanks, will do!

  • @chigo_e
    @chigo_e 3 หลายเดือนก่อน

    Hi, did you encounter a validationException: Knowledge base role arn:aws:iam::xxxxxx:role/service-role/AmazonBedrockExecutionRoleFor_xx is not able to call specified bedrock embedding model arn:aws:bedrock:us-east-1::foundation-model/cohere.embed-english-v3: You don't have access to the model with the specified model ID. I've been stuck on this for the past hour and I dont know how to resolve this

  • @santoshkiranm
    @santoshkiranm 3 หลายเดือนก่อน

    Can we not use RAG within bedrock and use the default OpenSearch vector db for this. Does that also do chunking and creating vector store similar to llama index?

    • @DenysonData
      @DenysonData 3 หลายเดือนก่อน

      @@santoshkiranm I am afraid you mixed up too many concepts here

  • @namitsurana7417
    @namitsurana7417 3 หลายเดือนก่อน

    Thanks man

  • @AnnabelleWhite-js6rh
    @AnnabelleWhite-js6rh 4 หลายเดือนก่อน

    Thank you for this tutorial!

  • @ghazwannamoujablak4265
    @ghazwannamoujablak4265 4 หลายเดือนก่อน

    You're using service context in vectorstoreindex in the lambda function but not using that in the notebook. Why is that? Will the output in the two cases be different. Sorry for asking many questions, but the video is really interesting, and I am trying to learn llama_index

  • @Jocob-Beller
    @Jocob-Beller 4 หลายเดือนก่อน

    Really good illustration Denys! Just one question, will this architecture still function well when you have too many tables with bad naming? I only see some products like AskYourDatabase work well with this situation. How should the solution fit in this architecture?

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      I guess the easiest/cleanest/cheapest is getting the names right. Or creating a layer of views on top. In my last video I provide an extra explanation for each table, which could also help. But if you are looking for hands-off solution that should work "out-of-the-box" on top of lots of tables, i guess having tables named nicely goes a long way. Let me know if I misunderstood the question.

  • @ghazwannamoujablak4265
    @ghazwannamoujablak4265 4 หลายเดือนก่อน

    Just a question about the action group: Did you build a simple lambda function from scratch or create one from a container? I am asking this question to understand how you installed the dependencies specified in the requirements file

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      It's a container-based lambda. The requirements are installed during the docker build stage. The whole thing was deployed/managed with terraform

    • @ghazwannamoujablak4265
      @ghazwannamoujablak4265 4 หลายเดือนก่อน

      Thank you. It seems like you're using terraform to push the image to ecr, right? I am wondering if it is possible to create a video about creating the action group step by step.

    • @DenysonData
      @DenysonData 3 หลายเดือนก่อน

      @@ghazwannamoujablak4265 Yes. Will do so in a bit. Thanks for the content idea

    • @DenysonData
      @DenysonData 3 หลายเดือนก่อน

      @@ghazwannamoujablak4265 Yes. Will do so in a bit. Thanks for the content idea

    • @Jose-Tav
      @Jose-Tav 3 หลายเดือนก่อน

      ​@@ghazwannamoujablak4265 I would appreciate it as well

  • @ghazwannamoujablak4265
    @ghazwannamoujablak4265 4 หลายเดือนก่อน

    I don't think openai key is required since you're uisng aws bedrock models, right?

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Correct. In the tutorial credentials are pull from env vars

  • @Username56291
    @Username56291 4 หลายเดือนก่อน

    thank you just discovered your channel

  • @WesFang
    @WesFang 4 หลายเดือนก่อน

    really good video. thank you!

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Glad you liked it!

  • @WesFang
    @WesFang 4 หลายเดือนก่อน

    Thanks Denys for putting this together - can you elaborate on what goes into the "prompt template"?

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Sure. Here is link to the file with a prompt template I am covering in my last video: github.com/denysthegitmenace/aws-bedrock/blob/main/query_structured_data_lambda/prompt_templates.py SQL_TEMPLATE_STR is a good example

  • @ghazwannamoujablak4265
    @ghazwannamoujablak4265 4 หลายเดือนก่อน

    Great video. Many thanks for sharing this

  • @elenaromanova2841
    @elenaromanova2841 4 หลายเดือนก่อน

    Hello Denis. Thanks for the video. I am wondering if it’s possible to add implementation details in tech stack and tools for RAG type of architecture. What framework was used to load DB schema - if Langchain, what loader and how it was vectorized, which Vector DB is good for this type of cases and Foundational modes kids from your experience for both: vectors as well as generation. Maybe some examples of code for loader, retrieval and connectors if possible. I have the case in mind to implement and puzzling on how to load structured data into vector DB as well as retrieve it for generations. Thank you in advance. ❤

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Yep. Planning to publish this exact walk-through this weekend. No Langchain, though. It was done with LLamaIndex. Also, I am not using any extereanl Vector storage for this tutorial here-it's all in-memory. But I know that my collegues (and we are working primarily on AWS) started using Aurora PostgreSQL with pgvector instead of OpenSearch serverless for cost-efficiency reasons. Hope that helps and stay tuned :)

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Just uploaded the video. Curious to learn what you think

  • @ghazwannamoujablak4265
    @ghazwannamoujablak4265 4 หลายเดือนก่อน

    Many thanks for your prompt answers. Can't wait to see the next video

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Just uploaded the video. Curious to learn what you think

  • @ghazwannamoujablak4265
    @ghazwannamoujablak4265 4 หลายเดือนก่อน

    it seems like RAG (knowledge base) has not been used in the architecture, llama indes is used instead, so the llm model (foundation model) is building the query with the help of user NLP input + few shots examples and tables metadata, right?

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Correct. There is no knowledge base, but the approach for pull tables metadata and for identifying most relevant queries is exactly the same as used in RAG-identifying similarity of the user input and various elements.

  • @ghazwannamoujablak4265
    @ghazwannamoujablak4265 4 หลายเดือนก่อน

    I would be also greatful if you can share a walkthrough of how to create few shot examples

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Yep. Will make sure to include it.

  • @ghazwannamoujablak4265
    @ghazwannamoujablak4265 4 หลายเดือนก่อน

    Great video. Could you please explain here or in a separate video the glu and metadata data extraction part

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Thank you. Sure. Will do so during the coming weekend :)

  • @DenysonData
    @DenysonData 4 หลายเดือนก่อน

    Good day! Thank you for all the kind words 💞 Unfortunately, I don’t have the capacity to answer specific technical questions here. If you need support with a specific problem, please consider joining my Patreon private chat (link in bio). There, I can help you with your issues and we can also schedule private sessions to address more complex problems.

  • @ASHS-j2c
    @ASHS-j2c 4 หลายเดือนก่อน

    InvokeAgent operation: Failed to retrieve resource because it doesn't exist. Retry the request with a different resource identifier - this is the error I am getting .. Any thoughts on this ?

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      I recenly created a patreon (link in bio) for providing any sort of guidance. Feel free to join for help with this and any other question

  • @-SANJAIMI
    @-SANJAIMI 5 หลายเดือนก่อน

    hello sir!!! I have a issue in creating the knowledge base. When I create it shows failed to create open search serverless collection.eventhough I gave the full access access for bedrock and opensearch service for the user and made the s3 bucket to be accessed by the opensearch service, the issues is not fixed. can you help me to clear that issue? I'm struggling with that issue !!! please help me !!!!

    • @DenysonData
      @DenysonData 5 หลายเดือนก่อน

      Hi Sanjaimi! I just created a patreon for exactly such questions (link in bio). Feel free to join and get some help with this and any other questions you might have in the future.

    • @-SANJAIMI
      @-SANJAIMI 5 หลายเดือนก่อน

      @@DenysonData will do Sir !!!

  • @xerwanderer
    @xerwanderer 5 หลายเดือนก่อน

    i've down all 3 of architectures you've mentioned, but still not getting the ideal results. The main issues i've encountered: 1. lack of text2sql pairs, i've collected all of the sql queries succeed in our database, but it's incredibly hard to inference back to the original query in human language. 2. it's almost impossible to help llm understand the relation between business info(usually used in human language) to actual data structure. 3. the information dense is quite low when export database scheme, table structure, we used lots of nested json stored in single column, also enums with no detailed discription. but it was done months ago, today i might have some new ideas on issue 1&3, but 2 remains to be seemingly impossible.

    • @DenysonData
      @DenysonData 5 หลายเดือนก่อน

      RE: "i've collected all of the sql queries succeed in our database, but it's incredibly hard to inference back to the original query in human language" Good approach! However, i guess, with txt2sql more than ever you need to start with the end user questions-and from my experience there is usually a VERY limited set. RE: "it's almost impossible to help llm understand the relation between business info(usually used in human language) to actual data structure. " 100% that's also my main argument against the hype around "genbi" and AI will replace data analysts. RE: "we used lots of nested json stored in single column, also enums with no detailed discription." as with efficient data analytics pre-processing according the END business needs is your best friend here. Point the smartest person at the complex schema with dozens of caveats and they would trow their hands up rather sooner than later

  • @fuehnix
    @fuehnix 9 หลายเดือนก่อน

    Oh... I was hoping you would cover a bit more, like if I have the source in the Documents metadata, how can I get that to be used for citations

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Sorry for the late reply. Figuring out the "unanswered comments" functionality just now. Let me know if you still have questions in this directions. Also, if you need support with a specific problem, please consider joining my Patreon private chat (link in bio). There, I can help you with your issues and we can also schedule private sessions to address more complex problems.

  • @fuehnix
    @fuehnix 9 หลายเดือนก่อน

    I agree with what you were saying about langchain hiding things lol. Even with Debug and verbose on, with everything set to "with_config(run_name="blah blah")", while also reading through the source code, it's hard to really trace what's going on in langchain :')

  • @Hunter-x3b
    @Hunter-x3b 10 หลายเดือนก่อน

    how to we coming to this page the first is how we registry to get user and password

    • @DenysonData
      @DenysonData 5 หลายเดือนก่อน

      Hi! I just created a patreon for exactly such questions (link in bio). Feel free to join and get some help with this and any other questions you might have in the future.

  • @levius_24
    @levius_24 10 หลายเดือนก่อน

    Hey Denys, great video! Is it possible to query a postgreSQL database?

    • @DenysonData
      @DenysonData 10 หลายเดือนก่อน

      Thank you. Yes!

  • @MihirRawal
    @MihirRawal 11 หลายเดือนก่อน

    Just one question. How about the database which has around 1000 table? how it will handle prompt and tokens? will it send 1000 table schema each time the query is passed by the user? will appreciate your prompt reply. thank you.

    • @DenysonData
      @DenysonData 5 หลายเดือนก่อน

      Good question, Mihir! I covered this in my latest video-you would vectorize your tables schema so that LLM would decide on the go which tables are most appropriate for answering user question. I am planning to publish anothe video on this topic this week as well. Also, you could subscribe to the patreon I just created (link in bio), where you could get my personal take on any future questions you might have.

  • @MihirRawal
    @MihirRawal 11 หลายเดือนก่อน

    Excellent. Thank you for this tutorial.

  • @steftrando
    @steftrando 11 หลายเดือนก่อน

    I would never trust the LLm to write the sql query. I would create all the sql queries behind a JDBC and write restful api with search parameters. Can langchain do that?

    • @DenysonData
      @DenysonData 5 หลายเดือนก่อน

      Providing examples of the queries is one of the best practices these days. It is then used for the few-shot-prompt creation. I explain it in my latest video. If this is of interest to you, I just created a patreon account (link in bio), where you could get my personal take on any future questions you might have.

  • @VeyselAytekin-k2b
    @VeyselAytekin-k2b 11 หลายเดือนก่อน

    thank you

  • @VeyselAytekin-k2b
    @VeyselAytekin-k2b 11 หลายเดือนก่อน

    thank you

  • @Aidev7876
    @Aidev7876 11 หลายเดือนก่อน

    how about context memory? the uer asks question A and then a follow up question that needs to use question A to answer?

    • @SanjayRoy-vz5ih
      @SanjayRoy-vz5ih 11 หลายเดือนก่อน

      Context memory can be implemented using conversationBufferMemory... please understand LLMs are Stateless by design

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      Good point.

  • @vaishalipandey002
    @vaishalipandey002 ปีที่แล้ว

    thank you !!

  • @Aidev7876
    @Aidev7876 ปีที่แล้ว

    How dobi add memory? For example Question 1. Who how many salesmen do we have Answer 3 Question2. Can i get their names? As you can see, the second question rely on the first .. How do we achieve that? Thanks

    • @DenysonData
      @DenysonData 5 หลายเดือนก่อน

      Hi! I just created a patreon for exactly such questions (link in bio). Feel free to join and get some help with this and any other questions you might have in the future.

  • @jzam5426
    @jzam5426 ปีที่แล้ว

    have you been able to get this working with Llama through langchain?

    • @DenysonData
      @DenysonData ปีที่แล้ว

      Never got to playing with open source models. But many people do that!

  • @ratmirmukazhanov7985
    @ratmirmukazhanov7985 ปีที่แล้ว

    Finally someone who is not indian, thank you Denys!!!

  • @CyberCreed
    @CyberCreed ปีที่แล้ว

    Is there anything simlar for no-sql?

    • @DenysonData
      @DenysonData 4 หลายเดือนก่อน

      For sure. This approach would work for any db engine. LLM only need to generate the correct syntax. Sorry for the delayed reply. Figuring out the "Unanswered comments" functionality only now -_-

  • @melvinsagini1198
    @melvinsagini1198 ปีที่แล้ว

    does it still work with the current updates? been having trouble downloading mine, this tutorial just made it all possible.

  • @soft.developer
    @soft.developer ปีที่แล้ว

    In 1:57 i try to save but i got an error "Unable to connect to server: connection failed: FATAL : password authentication failed for user "postgres"