Kamalraj M M
Kamalraj M M
  • 308
  • 173 592
Integrating Websockets & Django AI Shop Implementing Websocket Client Server Inside Django Server
Integrating Django & Websocket server can be a challenge that can be easily conquered after watching this video. It starts with the demo of a simple websocket server placing the data in the DOM of the HTML page.
We dive into many challenges one faces in integrating these two servers, and provide the insight to create interesting products. Tech stack will involved Javascript, Python, Websockets, HTML.
Chapter Navigation:
0:00 Intro
0:20 Tech Stack Used
0:50 AI Shop Overall Architecture
3:00 Learning with Simple Architecture
3:50 Demo Websocket inside Django Server
6:10 How Simple Architecture is Implemented
7:45 Changing the Output to Numbered List
8:45 How HTML page is rendered by Django
12:15 Why understand files location in File System.
15:15 Where the files are located in Django Server.
16:30 Maintain Manage.py as Reference
18:40 Understanding Where Static Folder is Located
21:20 Explaining Settings.py
22:50 Where Templates Folders are Located
23:40 If Staticfiles Dir is not Configured then
28:25 Explaining Client.js & HTML DoM elements
30:50 How Client Integrates with Socket Server
32:55 Explaining Socket Server
34:30 Explaining Handler Function & Websocket Object
35:45 Logic of Handler Function & HTML DoM Update
39:00 Using Websocket.recv to get Message
41:45 Recap of concepts
42:55 HTML DoM is a Data Structure
43:25 Reviewing Socket Server
44:00 Recaping of Files Location
45:00 Reviewing Pit Falls in Socket Server
47:00 Git Repo Code Base
47:50 Outro
The data and the code is located at
github.com/insightbuilder/python_de_learners_data/tree/main/code_script_notebooks/projects/websockets_exploring/sockobj
github.com/insightbuilder/python_de_learners_data/tree/main/code_script_notebooks/projects/websockets_exploring/basic_socket_frontend
github.com/insightbuilder/python_de_learners_data/blob/main/code_script_notebooks/projects/websockets_exploring/websocket_visually.excalidraw
websockets.readthedocs.io/
websockets.readthedocs.io/en/stable/howto/quickstart.html
I believe you will like this video, and subscribe to the channel. Further uploads related to Big Data, Large Language models and Artificial Intelligence will be shared to your TH-cam Dashboard Directly.
The supporting playlists are
The bard Project
th-cam.com/play/PLbzjzOKeYPCoHRX30whyu0Re-YfOsJZlt.html
Practical Projects Playlist
th-cam.com/play/PLbzjzOKeYPCpr8v5GpUwb_dq6BHgPRoui.html
Huggingface Playlist
th-cam.com/play/PLbzjzOKeYPCpVfe6Up7ga3kDVwRDlEw6k.html
Python Data Engineering Playlist
th-cam.com/play/PLbzjzOKeYPCo_hMXIl2URu7GL33-4_Yy0.html
Python Ecosystem of Libraries
th-cam.com/play/PLbzjzOKeYPCoNAsZs679iXwsdP44G5SDS.html
ChatGPT and AI Playlist
th-cam.com/play/PLbzjzOKeYPCpp3NCeQioevM0YpZa5VqcS.html
AWS and Python AWS Wrangler
th-cam.com/play/PLbzjzOKeYPCogrhYDBgRNJDPV2CCwGrFT.html
Exploring the Realm of Generative AI: Hardware and Software Discussions
th-cam.com/play/PLbzjzOKeYPColJzdASbvDq3_XUB_QM3MQ.html
PS: Got a question or have a feedback on my content. Get in touch
By leaving a Comment in the video
topmate.io/insightbuilder?SocialProfile
@mail insighthacker21@gmail.com
@twitter Handle is @KQrios
@medium medium.com/@kamaljp/about
@github github.com/Kamalabot
มุมมอง: 86

วีดีโอ

Basics of Web socket Server & How it works / Connecting Websockets To AI Shop
มุมมอง 412 หลายเดือนก่อน
Video dives into the Basics of the Web socket server, on how the server/ client and the front-end html are coded. Chapter Navigation: 0:00 Intro 0:35 How Websockets Work Visually 2:35 Introducing the WebSocket Object 3:35 Websockets That stream automatically 4:30 WebSockets triggered by Client Side 5:10 Introducing Part of Websocket 6:45 Demo of simple Websocket with front-end 8:40 Code walkthr...
Connecting Websockets to AI Shop Introducing Websockets & Incorporating Django
มุมมอง 732 หลายเดือนก่อน
Websockets tech stack is introduced along with 3 interesting demos. Chapter Navigation: 0:00 Intro 0:20 What is WebSocket 1:05 Why Websockets 2:30 Where Websockets Used Applications 3:45 How AI incorporated with WebSocket 4:55 AI Shop Demo with WebSocket Streaming 8:00 Incorporating Speech Using WebSocket 9:00 Real-Time IOT Graph Dashboard 10:30 Simple Websocket Send and Recieve 11:20 Websocket...
Improving AI Shop Integrate Argilla Feedback Dataset & Add Live Records Using Python & Django Views
มุมมอง 502 หลายเดือนก่อน
Large Language models have their weaknesses, and when it comes to live production environments these weaknesses can be amplified. So the solution is to improve the LLM, and to do that, one of the ways is using Fine Tuning. For Finetuning the LLMs, one requires datasets. These datasets have to be high quality and properly annotated. Argilla helps in getting such well curated Datasets using the i...
The AI Shop: Build Django & Bootstrap App With LLM Integrated Endpoints: Streaming Response Covered
มุมมอง 2662 หลายเดือนก่อน
A full deep dive into development of customer tracking app for a fictional shop, which integrates AI for doing the analysis on customer purchases. All of this explained from the level of deciding the business logic, front-end flow logic and full code walkthrough of the urls, models and views script on the app. Chapter Navigation: 0:00 Intro 0:35 Introducing The Shop app 1:05 Demo of The Shop 2:...
Configuring FB Dataset with Metadata & Vector Setting with Real World Data Using Text2SQL Dataset
มุมมอง 382 หลายเดือนก่อน
Starting with the review of Text2SQL dataset released by GretelAI and deciding which columns can be used as metadata, and which as fields the video dives into creating 4 different version of Argilla's FB Datasets. Chapter Navigation: 0:00 Intro 0:35 Explanation of Steps Covered 2:30 Demo of Final Dataset 4:22 Code Walkthrough: Connecting to Server 5:10 Introducing Text2SQL Dataset 6:12 Reviewin...
How To Build Your Confidence: Building Warmup Projects of Django API & HTML Templates in 35 Mins
มุมมอง 182 หลายเดือนก่อน
Video is about building a Warmup Project that brings up a django API backend and Bootstrap powered front-end in less than 35 mins. Chapter Navigation: 0:00 Intro to Warmup 0:25 Concepts Presentation 1:50 Activating VirtualEnv 2:35 Setting YTTutorial Project 3:50 Updating Settings.py 5:55 Including flow.urls in urls.py 7:20 Creating Base HTML Template 9:15 Populating the CSS links on Base Templa...
Can You Tell Me About Argilla Deleting Gen1 & Gen2 Datasets From Argilla Server (Full Script Shared)
มุมมอง 202 หลายเดือนก่อน
Deleting Datasets and workspace in Argilla server using Python SDK is simple with delete functions and methods. Video explains the methods for listing the datasets and deleting. Chapter Navigation: 0:00 Intro 0:20 Two Routes To Delete Datasets 1:10 Connecting & Creating Datasets 2:55 Reviewing DS on Server 3:25 Listing Datasets Using Workspace Object 5:10 Listing FB Datasets using List Method 6...
Deep Dive Into FB Datasets Templates: Introducing SFT /PPO/ DPO/ Preference Modeling Templates
มุมมอง 372 หลายเดือนก่อน
Datasets annotation for SFT/ PPO/ DPO/ Preference modelling can be done easily with help of FB Datasets. The video introduces the templates for pushing the datasets to argilla server, so annotators can provide the annotation support. Chapter Navigation: 0:00 Intro 0:15 Recap of Earlier Video 0:55 Intro to Preference Based Templates 2:15 Supervised Fine Tuning Template Intro 3:45 Demo of SFT Tem...
Deep Dive Into FeedBack Dataset Templates: NLI /SS /RAG Templates Datasets Handson
มุมมอง 302 หลายเดือนก่อน
Feedback datasets in Argilla provides easy to use templates for creating annotation pipelines for different NLP tasks. This video dives into the overview of the different templates, and Chapter Navigation: 0:00 Intro 0:35 Purpose of Feedback Templates 1:35 Types of Templates 4:30 Using Datasets After Annotation 5:45 Introducing Sections on Jupyter NB 6:45 Sentence_Similarity Template FB Dataset...
Deep Dive Into Text2Text Feedback Datasets with QA Translation and Summarisation Templates
มุมมอง 312 หลายเดือนก่อน
Gen1 Text2Text datasets in argilla makes the annotation of Text Datasets very easy. Gen2 make it more streamlined, and provides opportunities to further automate the Dataset creation, annotation, followed by extracting the response from the dataset. We will dive into Summarisation, QA and Translation Feedback Dataset templates. And see how the render on the Argilla Server. Chapter Navigation: 0...
Deep Dive Into Datasets For Token Classification in Argilla : Start Annotating For NER NLP Tasks
มุมมอง 432 หลายเดือนก่อน
Ever got frustrated with annotation entities like Noun, Verb in sentences, manually. TokenClassification Dataset makes this process super easy, with help of Python and Argilla Server. Gen2 Feedback Dataset with the SpanQuestion, makes it even more streamlined. Get ready to enjoy the annotation process. Chapter Navigation: 0:00 Intro 0:10 Purpose of Token Classification DS 1:15 Training Token Cl...
Deep Dive Into Argilla Datasets For Text Classification : Feedback Dataset Also Discussed
มุมมอง 592 หลายเดือนก่อน
Deep dive into Gen1 and Gen2 Text classification datasets in Argilla. Provides the background purpose, and the arguments required for creating the dataset and pushing to argilla server. It also shows how the annotators will look at the datapoints, and how they will annotate the dataset. Chapter Navigation: 0:00 Intro 0:15 Purpose textclassify DS & Model 0:55 How Model is Trained 1:45 Where Text...
Can You Tell Me About Argilla: Deep Dive Into Building Blocks Of Datasets In Argilla
มุมมอง 222 หลายเดือนก่อน
Video dives into the Building Blocks of Argilla Datasets, the challenges they solve, parts of the datasets and NLP tasks they solve. Chapter Navigation: 0:00 Intro 0:20 What Challenges Datasets Solve 3:10 Why Deep Dive Into Argilla 5:25 Types of Datasets & Tasks 7:20 How Datasets are Built 7:35 Fields Args 8:15 MetaData Types & Args 8:55 Question Types & Args 9:50 Recap & Overview 10:50 Call to...
Can You Tell Me How To Install Argilla Server on Local Linux Machine & Push Datasets For Annotation
มุมมอง 943 หลายเดือนก่อน
Argilla team has provided a very comprehensive installation procedures for different environments, and types of user. Video dives into using the docker-compose yaml file for installing argilla server, elastic-search and kibana applications. Chapter Navigation: 0:00 Intro 0:25 Parts of Argilla Server 1:25 Docker Compose Installation 4:35 Starting Argilla Server 5:10 Checking Server is Up 6:21 Po...
Can you Tell Me How To Install Argilla Server : Connect With Python Client & Process Datasets
มุมมอง 1083 หลายเดือนก่อน
Can you Tell Me How To Install Argilla Server : Connect With Python Client & Process Datasets
Can You Tell Me About Argila : How Argilla Makes AI Developers Lives Easy In Curating Datasets
มุมมอง 1433 หลายเดือนก่อน
Can You Tell Me About Argila : How Argilla Makes AI Developers Lives Easy In Curating Datasets
Can You Tell Me About LLM Agents : Its About Time We Dis-Assembled the Langchain Agents & Tools
มุมมอง 1353 หลายเดือนก่อน
Can You Tell Me About LLM Agents : Its About Time We Dis-Assembled the Langchain Agents & Tools
Can You Tell Me About LLM Agents:Executing Series of Tasks in Loops Until Completing Final Objective
มุมมอง 983 หลายเดือนก่อน
Can You Tell Me About LLM Agents:Executing Series of Tasks in Loops Until Completing Final Objective
Can You Tell Me About LLM Agents: How Prompts Along With Programming Logic Solve Agent Tasks
มุมมอง 733 หลายเดือนก่อน
Can You Tell Me About LLM Agents: How Prompts Along With Programming Logic Solve Agent Tasks
Can You Tell Me About Agents : Use Jinja2 Template, Create Prompts For Agents and Complete Tasks
มุมมอง 1353 หลายเดือนก่อน
Can You Tell Me About Agents : Use Jinja2 Template, Create Prompts For Agents and Complete Tasks
Can you Tell Me About LLM Agents & Agentic Software : Building Simple Agent With Python & OpenAI
มุมมอง 1203 หลายเดือนก่อน
Can you Tell Me About LLM Agents & Agentic Software : Building Simple Agent With Python & OpenAI
Can You Tell Me About Groq & LPU: How LPUs help in Speeding Up Agent Text Generation
มุมมอง 483 หลายเดือนก่อน
Can You Tell Me About Groq & LPU: How LPUs help in Speeding Up Agent Text Generation
Can You Tell Me How Agents Get Access To Internet Data: Deep Dive Into Tavily
มุมมอง 1693 หลายเดือนก่อน
Can You Tell Me How Agents Get Access To Internet Data: Deep Dive Into Tavily
Can you Tell me How AI Coders & Researchers Agents Work : Deep Dive Into GPT-Researcher
มุมมอง 1783 หลายเดือนก่อน
Can you Tell me How AI Coders & Researchers Agents Work : Deep Dive Into GPT-Researcher
How To Do Warmup Practice For Django Part 2: Exercises On Post Requests To Database Through HTTPie
มุมมอง 123 หลายเดือนก่อน
How To Do Warmup Practice For Django Part 2: Exercises On Post Requests To Database Through HTTPie
How To Do Warmup Practice For Django Part 1: 15 Exercises That Will Make You Pro Django Developer
มุมมอง 493 หลายเดือนก่อน
How To Do Warmup Practice For Django Part 1: 15 Exercises That Will Make You Pro Django Developer
Can You Tell Me About StrictJson: How It Compares to DSPY Signatures & Predict
มุมมอง 1663 หลายเดือนก่อน
Can You Tell Me About StrictJson: How It Compares to DSPY Signatures & Predict
Can you tell me what DSPY Asserts & Suggest do: How To Programmatically Guide LLMs Using DSPy
มุมมอง 4093 หลายเดือนก่อน
Can you tell me what DSPY Asserts & Suggest do: How To Programmatically Guide LLMs Using DSPy
Can You Tell Me About DSPy Optimizers: How Module Signatures & Prompts Are Modified by Optimizers
มุมมอง 8743 หลายเดือนก่อน
Can You Tell Me About DSPy Optimizers: How Module Signatures & Prompts Are Modified by Optimizers

ความคิดเห็น

  • @rahulcn1314
    @rahulcn1314 5 วันที่ผ่านมา

    Thank you for this video

  • @SamuelDevdas
    @SamuelDevdas 5 วันที่ผ่านมา

    Thanks! It would be really helpful if the print output cells colours are better visible.

  • @user-nu1xf9dh6p
    @user-nu1xf9dh6p 5 วันที่ผ่านมา

    can i add a project using pandas and fastapi to my resume? Is it a good project for resume ?

  • @sayeedafatimajabeen6895
    @sayeedafatimajabeen6895 7 วันที่ผ่านมา

    Hello, I can't find the source code of this in the github link, can you please help me out.

  • @dogan1318
    @dogan1318 7 วันที่ผ่านมา

    It's a great explanation for ollama thank you sir. But i am getting a ```{"error":"model 'llama2' not found, try pulling it first"}``` even i already pull and run the model in my server.

  • @user-md1xf3bs9k
    @user-md1xf3bs9k 8 วันที่ผ่านมา

    Hello. Can you tell me how I can persistently store the embedded data for further processing like searching?

  • @SamuelDevdas
    @SamuelDevdas 9 วันที่ผ่านมา

    Comprehensive, best tutorial of dspy!

  • @AdamLichty
    @AdamLichty 15 วันที่ผ่านมา

    Advice for future videos, don't use all caps, it's harder to read.

  • @timtensor6994
    @timtensor6994 17 วันที่ผ่านมา

    can you actually put mutlilple questions in a sing tavily search . So perhaps a) I want to find X b) Where is X located c) What does it work on d) What is the USP of X ?

  • @anilshinde8025
    @anilshinde8025 17 วันที่ผ่านมา

    Py is for pytorch. Great series

  • @rahulhobby
    @rahulhobby 21 วันที่ผ่านมา

    Hi Kamalraj, I have a question. Whats the point of using Evaluator Function ? Its not going to optimize the prompt rite.. so, its purpose is just to see how model responds to a dataset. Or , is it meant to be used again once the prompts are optimized so that we can verify whether the optimization is good or not ?

  • @rahulhobby
    @rahulhobby 21 วันที่ผ่านมา

    Hi Kamalraj, One question. At 8.54 In the code you were using print("Response by OpenAI: ", resp.answer). ie, you are trying to print the answer. But in the output that got printed, the Question and answer was present. why is that ? problem happened with your question "Whos is the worlds fastest man and women" . But the answer was ok for your previous question " President of India"

  • @preetamverma5661
    @preetamverma5661 23 วันที่ผ่านมา

    It is nice to see this type of content. Appreciate the work.

  • @preetamverma5661
    @preetamverma5661 23 วันที่ผ่านมา

    Can we have more similar type of videos please . Awesome Job done here .

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

    Great series man! Keep it coming! It will be great to see a tutorial on how to search a bunch of pdfs with vector search..

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

    Great Dude !!!!!!!!

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

    You are doing an amazing job man

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

    brother you are the king. yes please on the dataset building!!!!!!

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

      Check out playlist on argilla in this channel, you will find a better more streamlined way of building datasets. I will update on DSPy datasets in sometime

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

    Very nice content. Thanks!

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

    This series on DSPy should be on their website. Good content.

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

    Hi from Brazil, great explanation, your DSPy series is very good. Thanks

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

    hello, i'll like to setup stablediffusion comfy ui using modal but there's no video about modal for absiolute beginners let alone stbldiffusion. they have something about stablediffusion in their docs but its just outdated, the images their trial stablediffusion demo makes look very outdated. pls if you can, can you make a video about using stblediffusion in modal

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

    Nice. Explaining how the implementation is done in dspy was helpful. Keep up the good work my friend

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

    Great video and demo. can you share the github repo for further exploration ?

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

    Excellent video! You made a very complex subject easier to be digested ✌🏼✌🏼

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

    Hi there. Do you have any videos about DSPy Tool Calling / Function calling React ?

  • @muhammadsuleman-qv8oz
    @muhammadsuleman-qv8oz หลายเดือนก่อน

    Really helpful content ♥️

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

    My dude, you are the GOAT. You're our primary source of DSPy knowledge on new releases. Are you working on a synthesiser video? <3

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

    Will we have to write our own validation function to be used as metric in teleprompt, if we have multiple output parameters?

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

      Metrics in DSPy are basically "test cases" built with assert statements. One can use the readily available metrics like Accuracy, F1 Score function inside HF's evaluate library. However one has to wire the outputs of your prompts as inputs to the said functions.

  • @rahaf.r8318
    @rahaf.r8318 2 หลายเดือนก่อน

    Is it ok to install 32bit os ?

    • @rahaf.r8318
      @rahaf.r8318 2 หลายเดือนก่อน

      I have tried to install torch but it didn't work is this the problem? that I have to install 64bit ?

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

      Kindly share the error that it threw when you tried to "Import Torch" on your 32-bit OS. We need to look at your full error trace, and then only we can find the solution. Its better to use 64-bit OS only.

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

    I like your thought processes-making small corrections and testing edge cases around the happy path as you go. Thanks so much!!

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

    Can we use Self Query Retrievers with Open Source LLMs such as Llama-2? If yes then how? I'm getting error on this statement retriever.get_relevant_documents('What are some red wines') TypeError: embedding(): argument 'indices' (position 2) must be Tensor, not StringPromptValue

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

      The llama2 is trained plain fine-tuning, and instruction tuning, which is not enough to work with self-retriever. The OpenAi models are trained with RLHF & PPO Finetuning, so only it can work easily.

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

    Hello all these videos are very informative. Could you please also add table extraction from documents which are semi structured?

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

      Could you please elaborate what kind of semi structured data, whether it's HTML or PDF, or something more fundamental, like text data with tab seperated table data.

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

      @@insightbuilder Sorry for the delayed response. For example extraction of tables from images and PDF's with open source vision models ? or may be with unstructured itself similarly extracting entities from these documents with high accuracy using sPacy or BERT models? But thank you so much for the Unstructured video tutorial it really helped me to understand new things in the DS market

    • @sadamkarthik7413
      @sadamkarthik7413 13 วันที่ผ่านมา

      Helloo....Any update on table extraction from PDF's using unstructured package ?

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

    Great effort can you post the notebook link

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

      Sorry for the inconvenience. The github link in the discription was "missing 'b' character at the end" so it did not resolve to the file. I have moded the same. Kindly check. github.com/insightbuilder/python_de_learners_data/blob/main/code_script_notebooks/projects/exploringNeo4j/text2KG2DB_final.ipynb

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

      thanks ❤️❤️

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

    Hello, I have query related Chromadb, langchain and python, I want to extract all data from chromadb and put it in qdrant, for that ive to use get method, but the problem is my data is very large, i cant extract in a variable it'll crash a memory, is there any way we can fetch the data (embeddings as well as metadata) from chroamadb? Thanks :) result = vector_db.get(include=["embeddings","metadatas", "documents"])

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

      collection.get( ids=["id1", "id2", "id3", ...], where={"style": "style1"} ) Have you tried sending a sub range of IDs [0:10],[10:20] in the above to extract subset of data? You must be able to enumerate over entire db by collecting subset of IDs.

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

    pls tell me how to integrate discord,whatsapp,meta (they each need separate database?), (if same how to grant the permission for shared database), how to configure them in homeserver.yaml

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

      Each will need "Seperate Database" (docs.mau.fi/bridges/general/initial-config.html) Never use shared database, the system will become very slow as a lot of messages might ingress from different service.

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

    Hi, I'm having a problem while making this command: poetry install --extras all --extras systemd --extras cache_memory systemd-python3 gets error and some more also. I don't know what to do. I wish you could help me

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

      I am guessing the "poetry install --extras all --extras systemd --extras cache_memory" may have lead to "libsystemd is missing" error . Install that using "sudo apt install libsystemd-dev" Let me know if that helped to completed the installation

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

      @@insightbuilder I have some question. I'm trying to deploy the synapse server on a virtual machine that is inside of my works network. What I want is to be able to access the synapse server from the whole local network of the company. Is a /16 network, and the Virtual Machine is inside a networks subnet. I want to make it much easy as I can, without having to make any configuration on the companys gateway router. I wish you answer me

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

      @@hugollorente7558 you can do that in your lan, however you will still need a DNS server to serve the hostname of your matrix server to the users. Without that, homeservers don't work

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

      @@insightbuilder Okay, thanks for answering. I'll talk about it with my boss. And with the Matrix server's IP whouldnt work either? I tried to do the way u told me and i got the same problems while installing the packets.

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

      I've been asking about it in forums and at work. In forums thay have told me that I'll need a SSL/TLS certificate for my private IP address (that's really tricky). At work, they have told me that as it is open source code, they can't obligate to make certificates. I need to find the way to do it. Unabling federations (I don't need, just need most simple chat for a small network) or something like that.

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

    awesome

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

    Your all videos are very useful. Can you add one video regarding streaming using django and local llm? This will be very useful

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

      Take a look at this video th-cam.com/video/6AdR_MUzRro/w-d-xo.html Will provide the streaming response with django, along with some ideas on converting business logic to implementation

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

    HI Kamal, How we can Etract text from scanned pdf and embed to a vector DB for RAG based application? Please passon any links etc. Thanks

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

      Look at unstructured and pymupdf libraries for working with OCR scanned PDFs. th-cam.com/users/videoRNb6u_wu-Dk th-cam.com/users/video07WWOQJzJno pymupdf.readthedocs.io/en/latest/tutorial.html

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

    This is a wonderful training, thanks

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

    hello, thanks for your helpful video! but sorry i have an oot question about rasa. Can you send an image to user using url? Because i cant use the rasa documentation example, if i run the code, it will send the url instead of the image. Do you also encounter this?

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

    thanks for sharing

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

    What a marvellous tutorial Sir! You made my life easier while delving into DSPy. Thank you so much for creating entire playlist for DSPy

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

    Is this how agents actually work or how you think they work? Also can you elaborate on how tools work? The Agent is given X tools so he needs to decide which and when to use one but also execute it and incorporate the result in its next move. How does that work exactly? Thanks and br

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

      This is how the agents work, that's why I created a simple agent that goes through the process with the control in user hands. Regarding the tools, I will update with more details in next video.

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

    I'm the creator of StrictJSON, thanks for featuring StrictJSON! For the failure case of not an array type, it is because the prompt itself follows the JSON key quite closely. For case of array output, maybe just rename the key to "Array of models" Another way to rectify this is to give some examples in the prompt of how you want the output to be, so that the LLM can better match it.

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

      Hi John, thanks for providing clarity on the failure case. I will rework as you have suggested. Keep up the great work.

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

    good information

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

    Very well explained, keep up the good work

  • @user-ib8pj2zr9c
    @user-ib8pj2zr9c 3 หลายเดือนก่อน

    Found very helpful. Thanks alott for posting.

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

    *Promosm* 🤔