How to build an AI chatbot using LangChain, Claude, and PineCone

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 6

  • @firdanirianda2328
    @firdanirianda2328 22 дні тому

    I was looking some references to play around with RAG and LLM, and it's been go through with your tutorial which helping so much to started

  • @alexramos587
    @alexramos587 Місяць тому +1

    Very good tutorial.

  • @katherinebell9301
    @katherinebell9301 2 місяці тому +1

    This is a great video! Really helpful for getting started. I appreciate you going over the tools required (Pinecone, AWS) to actually train the model. I’m still working on collecting my corpus, but do you suggestions on ways to productionize a mode, outside of a Jupyter Notebook, perhaps how to host it on a simple website? I want to share my model for others to use and evaluate the responses!

    • @lorevanoudenhove
      @lorevanoudenhove  2 місяці тому +1

      Hey Katherine! That's a great question! Thy way I usually productionize my chatbots is by wrapping them in an API using LangServe and interacting with them via Voiceflow (they provide website integration out-of-the-box). I described this strategy in one of my Medium articles: medium.com/@lorevanoudenhove/production-ready-chatbots-with-langchain-langserve-pinecone-and-aws-e65a00e832e3.
      I hope this helps! 🙂

  • @woutertt
    @woutertt 3 місяці тому

    Super interessant!