DAY-12 | End to End Medical Chatbot Project | Part -1

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

ความคิดเห็น • 119

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

    Checkout our Free Generative AI Course - ineuron.ai/course/generative-ai-community-edition

  • @roshankshirsagar8665
    @roshankshirsagar8665 8 หลายเดือนก่อน +6

    It seems genAI projects are quite simpler then core machine learning projects

    • @VivekShinde2795
      @VivekShinde2795 8 หลายเดือนก่อน +1

      Not at all. Building is one part and getting desired output is whole another story. It gets really complicated at that point.

  • @mohammadriyaz5586
    @mohammadriyaz5586 5 หลายเดือนก่อน +8

    not getting pinecone index enviorment option
    ans- they stop providing it free

  • @sidhantaprasadtripathy3349
    @sidhantaprasadtripathy3349 4 หลายเดือนก่อน +3

    Good morning sir, I'm sidhanta
    how can we connect to pinecone serverless for this project

  • @aakashmittal8598
    @aakashmittal8598 8 หลายเดือนก่อน +3

    At 1:01:36 I got an error: "PydanticUserError: If you use `@root_validator` with pre=False (the default) you MUST specify `skip_on_failure=True`. Note that `@root_validator` is deprecated and should be replaced with `@model_validator`." Please resolve this...😣

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

      install this pydantic version:
      pip install pydantic==1.10.9

    • @prerna7483
      @prerna7483 6 หลายเดือนก่อน +1

      Hi i am also getting the same error, did you got any solution please help

  • @sanishthomas2858
    @sanishthomas2858 5 หลายเดือนก่อน +2

    nice. quick question/ some are using anaconda, some jupiter and some using local . but would we complete and how to share the application to users, is through Azure Open AI service or any other UI? and also is it integrated with Azure DevOps code chnages? and how to move the code from dev to uat to PRD. these are the main things in the projects and if this is covered it will be apprecicated

  • @kashishvarshney2225
    @kashishvarshney2225 9 หลายเดือนก่อน +3

    sir how can i make chatbot for dynamic website which gets data from third party api

  • @kailashs7890
    @kailashs7890 2 หลายเดือนก่อน +1

    Can anyone give me the project summary for Resume

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

    Finally after so much of trail and error, got the response for the model. Vector database invocation has changed a lot. Guys please take that into notice.
    Thanks for the session Bappy.

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

      HI! can you please suggest some steps i can follow to make it work, i am facing similar issues.

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

      can you share the working code? it will be really helpful.

  • @bishwarupbiswas4234
    @bishwarupbiswas4234 2 วันที่ผ่านมา

    A great project by bappy sir

  • @sumachidara
    @sumachidara 3 หลายเดือนก่อน +1

    i m facing problem while connecting to pinecone . in pinecone , i found different while comparing to yours.

    • @ADIBA-rw1jf
      @ADIBA-rw1jf 2 หลายเดือนก่อน

      yes ..please tell me how u solved it

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

    Where is the source code

  • @RatiRuhela
    @RatiRuhela หลายเดือนก่อน +1

    can anyone help me in running this project according to the updated version

  • @rutvikchauhan1572
    @rutvikchauhan1572 5 หลายเดือนก่อน +1

    1:29:53 AttributeError: init is no longer a top-level attribute of the pinecone package., This error can not be solved, If any solution any expert write , it will bw grateful to completion of this project.

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

      i am facing the same error did you got any solution to it?

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

      ​​@@bhavyashah7904Bro are you available. i facing with from_texts.. error.

    • @BOSS-ps4so
      @BOSS-ps4so 2 หลายเดือนก่อน

      Did you got any solution

  • @kiwicleothebudgies2738
    @kiwicleothebudgies2738 26 วันที่ผ่านมา

    What if my data is in database tables, how do i train the model using that?

  • @ippilitriveni6724
    @ippilitriveni6724 7 หลายเดือนก่อน +4

    Sir, can we implement this in VS code without using ineuron.

  • @ippilitriveni6724
    @ippilitriveni6724 7 หลายเดือนก่อน +1

    Sir can we implement this on windows, Because there is no availability of terminal on windows.

    • @GKV_95
      @GKV_95 10 วันที่ผ่านมา

      Window ko kholo fir andar aa payega na...😂

  • @sayed5603
    @sayed5603 6 หลายเดือนก่อน +2

    AttributeError: init is no longer a top-level attribute of the pinecone package.
    ...
    region='us-west-2'
    )
    )

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

      replyy anyone

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

      try using this
      from pinecone import Pinecone as PineconeClient
      from langchain_community.vectorstores import Pinecone as PineconeLang
      pc = PineconeClient(api_key=PINECONE_API_KEY)
      docsearch = PineconeLang.from_texts([t.page_content for t in text_chunks],embedding=embeddings, index_name = INDEX_NAME)

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

      Pinecone has no attribute 'from_texts' errors is occuring when using Langchain due to a namespace collision. The Python classes for both Langchain and Pinecone have objects named Pinecone.
      With the pinecone-client v3 there have been some modifications. Instead of using "from langchain.vectorstores import Pinecone" you need to use "from langchain_pinecone import PineconeVectorStore". Make sure that the pinecone-client you install is v3.x.
      For no errors make sure to set PINECONE_API_KEY as an environment variable. os.environ['PINECONE_API_KEY'] = '....'
      then you can use
      index_name = 'your_index_name'
      docsearch = PineconeVectorStore.from_documents(
      text_chunks,
      embeddings,
      index_name = index_name
      )

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

      i also got the same error have you resoleved it
      @@sayed5603

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

      from langchain_pinecone import PineconeVectorStore
      pc = pinecone.Pinecone(api_key= os.environ['PINECONE_API_KEY'] , environment= PINECONE_API_ENV)
      index_name = "medical-chatbot"
      index = pc.Index(index_name)
      docs_chunks =[t.page_content for t in text_chunks]
      docsearch = PineconeVectorStore.from_texts(docs_chunks ,embeddings, index_name=index_name)
      this might work @@sayed5603

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

    any solution for this error ??
    qa=RetrievalQA.from_chain_type(
    llm=llm,
    chain_type="stuff",
    retriever=docsearch.as_retriever(search_kwargs={'k': 2}),
    return_source_documents=True,
    chain_type_kwargs=chain_type_kwargs)
    ValidationError: 1 validation error for RetrievalQA
    retriever
    Can't instantiate abstract class BaseRetriever without an implementation for abstract methods '_aget_relevant_documents', '_get_relevant_documents' (type=type_error)

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

    i am getting error in this code
    qa=RetrievalQA.from_chain_type(
    llm=llm,
    chain_type="stuff",
    retriever=index.as_retriever(search_kwargs={'k': 2}),
    return_source_documents=True,
    chain_type_kwargs=chain_type_kwargs)
    if anyone knows , how to resolve ,please help

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

      anyone able to get the solution ?

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

      please share the solution

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

    what r the pre-requisites for this vedio.....should i refer any other video before starting this one

  • @NetF-yz5el
    @NetF-yz5el หลายเดือนก่อน

    Great thanks!! If I can know If I follow the video and apply the practical step by step with you, will I get a complete project in the end or are there some things that are not explained in the video , because I find it difficult to create projects and to develop this skill I decided to start by imitating some of the projects explained at the beginning so that I can later create the projects myself

    • @NetF-yz5el
      @NetF-yz5el หลายเดือนก่อน +1

      I am asking this question because I was trying to implement projects from other channels, but in the end I was surprised that there were parts of the project that were not explained or that the project was incomplete and only some of its parts were implemented. I hope you answer thank you

    • @linda_erose
      @linda_erose 29 วันที่ผ่านมา

      @@NetF-yz5el want to know too

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

    Data set...??

  • @nileshpatel3633
    @nileshpatel3633 6 หลายเดือนก่อน +1

    facing issue while initializing pinecone, error is init is no more available or removed from latest update, please help me with latest update 1:36:46

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

      have you found any solutiion

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

      %pip install -U langchain-pinecone do this it will work

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

      ​@@prateeksharma2354 not working

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

      Just check the langchain pinecone documentation and just copy paste the code. Also create a .env file in your project root directory with the PINECONE_API_KEY storing the api key string. And don't forget to restart the kernel after creating the .env file

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

      @@shobhitsharma8337 can u please share the code

  • @ezcode-hv8ku
    @ezcode-hv8ku 5 หลายเดือนก่อน

    from where he took dimension
    ??? anyone please help

  • @yusufersayyem7242
    @yusufersayyem7242 8 หลายเดือนก่อน +1

    Thank you so much😊

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

    Is it possible for me to build this project with 0 knowledge in all the technologies used in the video...i mean can learn in the process?

    • @mihirkapile6925
      @mihirkapile6925 25 วันที่ผ่านมา

      Hey, You can make projects by following videos. But you will need to study up and read the documentation to actually understand what is going on and what the code does

    • @yahyaahmed8875
      @yahyaahmed8875 18 วันที่ผ่านมา

      ​@@mihirkapile6925 can you give us the prerequisites for this project?!

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

      @@yahyaahmed8875 This video explains the stuff very well, its good for beginners. But I do recommend learning more about langchain and vector databases a bit before doing this project.
      There is this course on Udemy for Langchain by Eden Marco. I really recommend to do that .

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

    does anyone have the full project, if so please contact me!

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

    Hi can anbody help? I am getting ModuleNotFound Error for langchain

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

      I encountered the same issue, so I used Jupyter Notebook instead of VSCode Notebook.

    • @RITESH-vi9tf
      @RITESH-vi9tf 5 หลายเดือนก่อน

      create the environment correctly , it'll work .i too faced the same issue

  • @damuGaming505
    @damuGaming505 7 หลายเดือนก่อน +1

    from_texts is no longer available. any solution?

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

      You can use some other vector database

    • @nemilpanchamia1758
      @nemilpanchamia1758 6 หลายเดือนก่อน +3

      Pinecone has no attribute 'from_texts' errors is occuring when using Langchain due to a namespace collision. The Python classes for both Langchain and Pinecone have objects named Pinecone.
      With the pinecone-client v3 there have been some modifications. Instead of using "from langchain.vectorstores import Pinecone" you need to use "from langchain_pinecone import PineconeVectorStore". Make sure that the pinecone-client you install is v3.x.
      For no errors make sure to set PINECONE_API_KEY as an environment variable. os.environ['PINECONE_API_KEY'] = '....'
      then you can use
      index_name = 'your_index_name'
      docsearch = PineconeVectorStore.from_documents(
      text_chunks,
      embeddings,
      index_name = index_name
      )

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

      thanks for the help@@nemilpanchamia1758

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

      thanks for the help @@nemilpanchamia1758

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

      @@nemilpanchamia1758 Thank You for your response. Wasted a lot of time searching on the web. It really worked!!!

  • @MahimaAbhishek-m6f
    @MahimaAbhishek-m6f 7 หลายเดือนก่อน

    i want written notes for this plz

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

    This is so good, thanks so much

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

    After creating indexes environment doesn't showsup

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

      yes same thing i faced and then i come to know that they are stop providing it free

    • @AmitKumar-oo5ef
      @AmitKumar-oo5ef 4 หลายเดือนก่อน

      @@mohammadriyaz5586 how did you procced further without environment

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

    only serverless pinecone is available how do i use that?

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

      ha bhai
      tumne kya kiya plz batao cv me dalna hai ye project or we shall work together

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

      @@funnybonner2113 aur mene 4 pdfs se vector database banaya h to merko 120 mins lage databse bana ne mei to most prob utna time lagega agar ek pdf use krni hai to baaki pdfs hata lena

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

      So how did u guys move ahead?

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

      @@arpanthakur6200 used different tools for the same tasks

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

    Is you used open api key in this ?? 13:46

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

      @@dipendrapratap6495 very very thanks brother for your comment....I need your help in that......
      Kya transformer pre trained used kar Rahe hai hugging face sa ya hud apna train kia hai .....??

    • @SubhranilPaul-gi2jx
      @SubhranilPaul-gi2jx 6 หลายเดือนก่อน

      @@acsport5728 pretrained

  • @MuhammadAdnan-tq3fx
    @MuhammadAdnan-tq3fx 9 หลายเดือนก่อน +2

    very nice.

  • @pradeepkumar-rd9td
    @pradeepkumar-rd9td 7 หลายเดือนก่อน +1

    does anyone experience this error? need help on it
    qa=RetrievalQA.from_chain_type(
    llm=llm,
    chain_type="stuff",
    retriever=docsearch.as_retriever(search_kwargs={'k': 2}),
    return_source_documents=True,
    chain_type_kwargs=chain_type_kwargs)
    ValidationError: 1 validation error for RetrievalQA
    retriever
    Can't instantiate abstract class BaseRetriever without an implementation for abstract methods '_aget_relevant_documents', '_get_relevant_documents' (type=type_error)

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

      I am facing the same error. Found no fixes so far even after spending a lot of time 🥲

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

      I am also facing the same, no solution as of now

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

      did anyone got any solution ?

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

      Anyone got solution ?

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

      im also facing same problem have you got the solution

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

    Where can we find the code for it?

  • @dnyaneshwarigarule4760
    @dnyaneshwarigarule4760 6 หลายเดือนก่อน +2

    docsearch=Pinecone.from_texts([t.page_content for t in text_chunks], embeddings, index_name=index_name) i am getting here error as pinecone is not defined

    • @shrutibisht2977
      @shrutibisht2977 6 หลายเดือนก่อน +1

      from langchain_pinecone import PineconeVectorStore
      pc = pinecone.Pinecone(api_key= os.environ['PINECONE_API_KEY'] , environment= PINECONE_API_ENV)
      index_name = "medical-chatbot"
      index = pc.Index(index_name)
      docs_chunks =[t.page_content for t in text_chunks]
      docsearch = PineconeVectorStore.from_texts(docs_chunks ,embeddings, index_name=index_name)
      this might work

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

      @@shrutibisht2977 hey by doing this your code runs?

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

      @@shrutibisht2977 thanks, still there is issue while importing: from langchain_pinecone.vectorstores import PineconeVectorStore, if possible please help

    • @akshatgandhi7958
      @akshatgandhi7958 6 หลายเดือนก่อน +1

      doesnt work

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

      I have the same issue@@akshatgandhi7958