Get Started with LangChain in Node.js

preview_player
Показать описание
#LangChain #NodeJS #openai

#LangChain #NodeJS #OpenAI
Рекомендации по теме
Комментарии
Автор

Building A Chatbot with Langchain and Upstash Redis in Next js

DevelopersDigest
Автор

Love the idea of having conversations with your favorite author by going back and forth with chat via the book text. Great share 👍

MarioZamoraMusic
Автор

Wow so clear! Really appreaciate the multi-level numbered comments. Really helps a novice like me to see what you are doing, follow along, and code. A good practice anyhoo!

blarvinius
Автор

just dropping by to say thanks. It took me forever to find a tutorial that works. I just wish I found you a week ago, but thanks again, keep them coming.

coinheadz
Автор

the only one video that made me learn. FCK pinecode and all shit, broken those days... Making me unable to learn. THANKS a lot, dunno why everyone is doing all the guides for python :( U are neat thanks man

onar
Автор

Underrated video. Not enough content yet on this. You jumped straight to the point. Props for using those comments for high level understanding.

SatadruChique
Автор

after a week long of search, this has been my saviour. Great job.

nashonsagate
Автор

Finally a nodejs version without pinecone. Thanks.

ojikutu
Автор

0:42 The way you held that Fffff is absolutely legendary 🤣🤣 Thanks a bunch for the video 🙏

yiraqcic
Автор

thanks a lot dude this helped me complete my internship assignment

killerwick
Автор

Thank you for this amazing tutorial 🙌. I just have a quick question, is there a way to reference multiple text files? Or should all text be in one file? Thanks

hass
Автор

Well done, will implement this in a project i have

mikerobin
Автор

Great Video! Helped me test things locally.
Can openAI read and use the embeddings that we generate? If I use a pdf that I bought to generate embeddings, am I violationg any laws?

Hrsk
Автор

What a great video! After trying it out myself i was quite impressed, how easy it seemed to integrate my own data as an embedding. However i was wondering, if you can combine your embeddings and the trained chatGPT Model? As an example i've provided some sauces as an embedding with their ingredients and then tasked the AI to provide me some recepies based on these, but it said it didnt know any. However if i do the same one GPT4 or GPT3.5 even it does provide me with a good answer. Is there any way to combine your data with the trained model?

MonarchofSouls
Автор

Loved the tutorial, really help get up to speed with something I am building, I want to know what can we do if we have a website FAQs that need to be embedded as a chatbot for the any website?

brainexception
Автор

Hi amazing!, I have some question. Using OpenAI model and APIKEY has cost??? IT´s posibble to create the vector index and uploading for example into s3 bucket and then use this url? Thanks!!

TheDelineacion
Автор

Love the video, it was super helpful and helped me get a server running so I can make requests to it from my website I'm creating.
Am I able to also use the base chatgpt knowledge base on top of the custom data? It's very good at answering any question in the data but just says "I dont know" for any other question.

reillywynn
Автор

Great tutorial! Can you please explain in detail why didn’t you use Pinecone? And could a production app don’t use it as well? Thanks

stefanomartell
Автор

Thank you, works :) May I have a question: I want to tell my model to behave in a certain way, the way I want to. I simply don't know where I can do this to pass the instructions to him. If you know the answer I will be grateful too see it. Thanks.

kacper
Автор

OH NOOOO! I'M getting the dreaded "Package subpath './dist/text_splitter' is not defined by "exports" " As in all LangChain attempts! Have been all over GH and the docs and still not solved. Please someone help... <<EDIT: SOLVED; change import paths to langchain/llms/openai etc. Check node_modules/langchain. >>

blarvinius