CHATGPT For WEBSITES: Custom ChatBOT: LangChain Tutorial

CHATGPT For WEBSITES: Custom ChatBOT: LangChain Tutorial

Prompt Engineering

1 год назад

96,208 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@KinoInsight
@KinoInsight - 28.01.2024 17:23

Good one. Thank you. Would you have an email ID where I can reach out to you?

Ответить
@diamond2869
@diamond2869 - 25.01.2024 16:55

very well explained. Thank you!

Ответить
@ubaisalih2987
@ubaisalih2987 - 25.01.2024 12:01

it's amazing but something is missing , as this should be a chatbot for a Website , so how to deploy this on a website ?

Ответить
@AIforAll-DOMANA
@AIforAll-DOMANA - 14.01.2024 01:01

great, thank u

Ответить
@godfreyogbeide2340
@godfreyogbeide2340 - 03.01.2024 17:45

is possible to use a Nextjs for this as the GUI?

Ответить
@godfreyogbeide2340
@godfreyogbeide2340 - 03.01.2024 17:45

Hi, good tutorials

Ответить
@rehmozayub9442
@rehmozayub9442 - 28.12.2023 07:35

Do you have a tutorial on how to take this model online for a Wordpress website?

Ответить
@lifeexperiment4119
@lifeexperiment4119 - 13.12.2023 12:46

Hi thanks for the video, just wondering why it doesn't support If I create this code for python environment?

Ответить
@ajith.studyingmtech.atbits1512
@ajith.studyingmtech.atbits1512 - 10.12.2023 19:13

I am getting error while executing below lines of code in Google Colab.
vectorStore_openAI = FAISS.from_documents(docs, embeddings)

with open("faiss_store_openai.pkl", "wb") as f:
pickle.dump(vectorStore_openAI, f)

<ipython-input-15-a15eeb85be96> in <cell line: 3>()
2
3 with open("faiss_store_openai.pkl", "wb") as f:
----> 4 pickle.dump(vectorStore_openAI, f)

TypeError: cannot pickle '_thread.RLock' object

Did many workarounds suggested by Colab AI and stackoverflow but none worked. Can somebody help how to avoid thread.RLock error?

Ответить
@user-fg4ht4fx3d
@user-fg4ht4fx3d - 29.11.2023 13:04

Many thanks, what about using Redis do you have code.

Ответить
@ryanmendoza1962
@ryanmendoza1962 - 14.11.2023 04:50

How is it different, now that we can customize ChatGPTs?

Ответить
@magalhaesbrunop
@magalhaesbrunop - 07.11.2023 23:22

My code is given this error
AttributeError: module 'openai' has no attribute 'Embedding'

Some one could help me? I already tried Python versions 3.10 and 3.11

Ответить
@raviadi295
@raviadi295 - 03.11.2023 19:02

When i run this code, the "source" is showing as " " (empty string). Can someone let me know why the source url is not showing?

Ответить
@SarthakPan
@SarthakPan - 27.10.2023 14:22

The only problem is that it also gives responses to out of context questions too. Suppose I have a financial firm but someone come and ask what are the upcoming movies in 2023? It will answer that too. How to prevent it?

Ответить
@agkol92
@agkol92 - 25.10.2023 14:24

Hey Hi awesome video.

I have very basic coding skills and was using the colab file you have provided. However when running the chain command I am getting an error " f"OpenAIChat currently only supports single prompt, got {prompts}"

CAn you please help

Ответить
@zainabfahim8714
@zainabfahim8714 - 24.10.2023 10:30

do you have a video where the same task can be done, but instead of OpenAI models, using Falcon?

Ответить
@underdog578
@underdog578 - 21.10.2023 22:35

Great video, a good follow-up might include how to use agents to enhance the chatbot for sites that also have dynamic content

Ответить
@xcalibills
@xcalibills - 12.10.2023 17:14

up

Ответить
@victor-balta
@victor-balta - 08.10.2023 12:16

I was searching or hours for a video like this. Thanks! It's pretty straightforward, and your diagram helps a lot in understanding the concepts

Ответить
@user-ri5fp6ih9q
@user-ri5fp6ih9q - 29.09.2023 08:14

dont watch this video it waste your time

Ответить
@rohit_700
@rohit_700 - 28.09.2023 13:34

I have a very simple question. TO use Open ai embiddings model lets say ada-002 do we need subscription?

Ответить
@FCrobot
@FCrobot - 06.09.2023 17:20

In the scenario of conversational robots, how to limit the token consumption of the entire conversation?

For example, once the consumption reaches 1,000, it will prompt that the tokens for this conversation have been used up.

Ответить
@yalmeme
@yalmeme - 06.09.2023 14:35

Can you provide link to excalidraw sheme please?

Ответить
@helbertrodriguez6449
@helbertrodriguez6449 - 31.08.2023 16:31

Is it possible to have a chatbot like Chatgpt in a website that was trained and ready to answer any question the person might have

Ответить
@pranaymohite7777
@pranaymohite7777 - 30.08.2023 10:18

Awesome explanation, very easy to understand. Thank you

Ответить
@user-fm5yy2sx2p
@user-fm5yy2sx2p - 27.08.2023 16:14

Hi, how to use LangChain in multiple sources pdfs, txt, web pages, JSON all this in one knowledge base? Will you create that video tutorial?

Ответить
@saswatmishra1256
@saswatmishra1256 - 27.08.2023 11:17

wil this work in free version of google colab?

Ответить
@user-rc6ik9gz6g
@user-rc6ik9gz6g - 26.08.2023 15:41

How to remove unwanted data from vector file using pattern matching or any other method.

Ответить
@rehatvirk1807
@rehatvirk1807 - 21.08.2023 20:42

module not found langchain. How do i solve this

Ответить
@user-zg2yq4kh3j
@user-zg2yq4kh3j - 19.08.2023 12:42

I tried to use this for my website but it was not working. Can you assist me somehow?

Ответить
@rashidnizamuddin3700
@rashidnizamuddin3700 - 17.08.2023 21:45

nice video Thanks so much
can you please also create a video on how to host this on an environment and not local so that other people can query it

Ответить
@codewithboughani8242
@codewithboughani8242 - 11.08.2023 17:25

can i use my sitemap and my database ? to create vectoreDb

Ответить
@subramaniankathiresan7688
@subramaniankathiresan7688 - 31.07.2023 20:29

я хз план зароботка у меня такой,я купил ПТПи переконвертировал в ДЦПи после сделал пару кликов на КФСи, после чего отправился на ЧСВи и сделал пару блокчейнов на ЛГБТи и чистой прибыли у меня миллион биткойнов.

Ответить
@bwilliams060
@bwilliams060 - 29.07.2023 11:39

This was good, but the thing I wanted to learn is how to use the site map to feed all of the urls for a website into a document loader using code? Can you provide a code snippet by chance? Thanks!

Ответить
@user-wl5by7ij1o
@user-wl5by7ij1o - 28.07.2023 12:59

great video, but when i try this, when executing the chain to ask the question, it got this bug: "InvalidRequestError: you must provide a model parameter"

Ответить
@user-rc6ik9gz6g
@user-rc6ik9gz6g - 27.07.2023 16:22

Thank you, very useful video. How remember the previous chats and consider the new response?

Ответить
@kwamenadadson
@kwamenadadson - 26.07.2023 14:30

HI is there a way I can use
my own website?

Ответить
@user-vq7gz6gx1x
@user-vq7gz6gx1x - 24.07.2023 15:19

Is it possible with any opensource LLM for the the same?

Ответить
@dani9609
@dani9609 - 24.07.2023 12:25

Is this free

Ответить
@binitkunal4627
@binitkunal4627 - 24.07.2023 01:28

i am geeting error [Document(page_content='Access Denied\n \nYou don\'t have permission to access
i have used web based loader no error is comeing but useing UnstructuredURLLoader getting error .
can please difference b/w web based loader and UnstructuredURLLoader

Ответить
@LocalizationAcademy
@LocalizationAcademy - 22.07.2023 18:55

Great explanation, thank you!

Ответить
@WarongkornTritipakit
@WarongkornTritipakit - 19.07.2023 10:14

Thanks!

Ответить
@Abdullah-fj3eh
@Abdullah-fj3eh - 18.07.2023 18:46

Greetings sir, I am really inspired by you thanks for your work, I would like to know that how can I use vicuna, alpaca or Llama instead of Openai to reduce the cos. Really appreciating your efforts my mentor :)

Ответить
@ABHISHEKSHARMA-fo4tf
@ABHISHEKSHARMA-fo4tf - 14.07.2023 08:12

Excellent video . this video where i learn so much about langchain. i have question that i have make chatbot for house searching and i store dataset data into pinecone . data like location, bhk, sqft, price now our chatbot is only answering the question whatever he asked but client want the if we cannot provide such information like we cannot provide location or bhk, then bot will ask question about that. can you please tell how i can make this type of chabot?.

Ответить
@senethys
@senethys - 07.07.2023 21:32

What about all the other sources that are in the website such as documents and pdfs?
Is it just plain text we are talking about here?

Ответить
@alainkaiser2697
@alainkaiser2697 - 04.07.2023 15:42

this is an amazing video!

Ответить
@jothyyohgerndrra6409
@jothyyohgerndrra6409 - 04.07.2023 07:47

Hi, do you provide the code for this?

Ответить