Question Answering with YouTube Videos Using RAG in LangChain Programming Computer Science by usmanmalik57 … prepare them for retrieval, we split them into smaller chunks using the LangChain `RecursiveCharacterTextSplitter`. This facilitates more efficient processing and embedding…. The embeddings are generated using `OpenAIEmbeddings,` which transform the text chunks into numerical vectors. These… Eero plus vs NextDNS Hardware and Software by Puterwiz82 I been using Eero+ but recently switched to NextDNS. I selected several blocklists. Which is better to use, Eero+ or NextDNS? I know there’s a price difference. I don’t need parental controls. Re: Eero plus vs NextDNS Hardware and Software by rproffitt HTTPS and DNS? Why not use the Brave browser then? Too much to type about that here so read how to set up at https://www.reddit.com/r/brave_browser/comments/ucx1jp/most_secure_dns/ Then again, why aren't you using a VPN and calling it a day? HTML Image Embedding Issue Programming Web Development by khan zain …, and it seems correct. Below is the code I'm using. Any insights on why the image isn't displaying as… Re: This is me venting Community Center Meta DaniWeb by Dani …/programming/computer-science/tutorials/541811/question-answering-with-youtube-videos-using-rag-in-langchain) a tutorial a couple of days ago… Re: sequential file save read option button Programming Software Development by Reverend Jim Yes. People continue to ask about VB6. They shouldn't. And you likely won't see anyone answering questions about, for example, COBOL or QuickBASIC, except in a historical context. The only VB6 question that should be asked is "why are you still using it?" Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani You have the itemtype set to a VideoObject but, as you point out, only sometimes is there actually an .mp4 file. The rest of the time, it's a static image such as a png, jpg, or jpeg. Google probably doesn't trust your meta tags since they are inaccurate half the time. Re: Eero plus vs NextDNS Hardware and Software by rproffitt Why either? https://www.reddit.com/r/eero/comments/tv39ig/eero_secure_vs_nextdns/ kicks it around and I can't see why to use either. Re: Eero plus vs NextDNS Hardware and Software by rproffitt Network level? My answer would be a VPN. Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by usmanmalik57 … the function, we create a LangChain SQL agent using the `create_sql_agent()` function. You pass the LLM … straightforward. First, you must create a database object using the `SQLDatabase` class. Then, you must pass…agent's thought process. You can print the final output using the script below: ``` print(response['output']) ``` **Output… Paris Olympics Ticket Information Chatbot with Memory Using LangChain Programming Computer Science by usmanmalik57 …(llm, retriever, prompt) ``` You can test the above chain using the following script. The `chat_history` list will contain `HumanMessage` … messages in the chat history, we can test our `retrieval_chain` using the following script. ``` retrieval_chain = create_retrieval_chain(history_retriever_chain, document_chain) result =… Paris Olympics Chatbot- Get Ticket Information Using Chat-GPT and LangChain Programming Computer Science by usmanmalik57 …``` To generate a response, call the `invoke()` method using the model object and pass it your input query. ```…` in our case). You can print LLM's response using the `content` attribute of the response object. ``` chain…you can use to directly retrieve string responses without using the `content` attribute, as shown in the script… Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun I tried that using Thonny, and I´m getting the same result. I tried … Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by mx_983 …-04-03 5:05:10 0 [Note] WSREP: CRC-32C: using 64-bit x86 acceleration. 2024-04-03 5:05:10… 0 2024-04-03 5:05:10 0 [Note] WSREP: Using CRC-32C for message checksums. 2024-04-03 5:05…-03 5:05:11 2 [Note] WSREP: IST receiver addr using tcp://192.168.18.78:4568 2024-04-03 5… APIs and SDKs in a PHP project Programming Web Development by FarrisFahad … need to have it for every SDK? I am also using PHP procedural programming and I noticed that these SDKs use… OOP. Can someone help me make my first API call using an SDK? ABC for Github-programs and Python Programming Software Development by Audun … of a good guide to this whole, general question of using Github-programs, that would be much appreciated. As I gather… Installing programs from Github Programming Software Development by Audun Hi I downloaded Tkinter Designer, but there´s no exe there. I´ve used Thonny as a "compiler" for running scripts, and I used it to "make" a a simple program, but I don´t know how to save as an exe, and I don´t know how I would put these files into Thonny. Am I even using the right program ? AirTM API: How to Build a Form? Programming Web Development by FarrisFahad … PayPal, I can send the user to the payment page using an HTML form. Here is an example ... <!-- PAYPAL -->… Re: AirTM API: How to Build a Form? Programming Web Development by Dani … such as via PHP or some other language. Are you using a server-side language to write your web app? If… Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book … that seems is useless. here is the code i am using: P.S: `$image4` variable sometimes can contain video link or… DaniWeb Auto Answer A.I. feature Community Center Meta DaniWeb by toneewa I'm curious on people's thoughts of using DaniWeb's content to train an A.I. model, with … Re: Improve HAVING BY performance Programming Databases by Biiim … unread posts in the topic). At the time I was using a subquery in the SELECT clause, hence the need for… HAVING. I switched to using JOINS, and then was able to use WHERE. And that… backend & frontend but i'm still just learning despite using JS for around 17 years. I currently am looking at… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …submission pages are on a total of 4 domains, each using a different email address, if doing one on a … might try [mail-not-sending-with-phpmailer-over-ssl-using-smtp](https://stackoverflow.com/questions/18535294/mail-not-sending-with…-phpmailer-over-ssl-using-smtp) From looking around a bit you can try … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani … SMTP servers switched over the past year or so to using XOAuth2 for authentication. A username + password in your config settings…-from-an-smtp-server) that has an example implementation of using XOauth2 with PHPMailer. Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Dani … with HTTP 301 Permanent Redirect. Make sure you're not using 302 temporary redirects, as that sends a different signal to… your domain. I'm not sure if you're already using Search Console (you should be!) but, if you already are… Re: Improve HAVING BY performance Programming Databases by Dani … unread posts in the topic). At the time I was using a subquery in the SELECT clause, hence the need for… HAVING. I switched to using JOINS, and then was able to use WHERE. And that… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … includes, this should be relative to the file that is using it. if you have a file inside a directory… using it you will need to go up directories until you … Re: Improve HAVING BY performance Programming Databases by toneewa … measures the times for 3 SELECTs. The whole product list, using HAVING, and WHERE. I also tested reversing the orders. Query…> #include <chrono> #include <Windows.h> using namespace std; #pragma comment(lib, "libcrypto.lib") #pragma… Re: Improve HAVING BY performance Programming Databases by Biiim … less rollback functionality but this makes it faster. I was using that for an email marketing DB ages ago (logging each… cut down to very few. A smart trick I started using is to include a TIME on queries when you don… Re: How is Website Framework detected Programming Web Development by Dani … frameworks a website that is already in their system is using. However, to figure it out for yourself, it's just… sleuthing to figure out what backend technologies a website is using, if they aren't announcing them.