Use this free ChatGPT clone for local private chats with documents and web search

แชร์
ฝัง

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

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

    Thanks Vincent. Question for you, I want to have a customer paywall for my my knowledge content with a RAG of sorts to answer questions. Which system out there do you think would work best, that is low code. Then I could figure out how to put it behind a paywall.

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

      That's a good question. I have only looked at local solutions for RAG, both in built-in solutions and DIY in python using langchain and vector dbs. So far the Msty implementation is the best that I have come across, but it's local only. I did make a video on AnythingLLM which also offers a cloud version, but to be honest I was unimpressed at the time. If I was to go at it myself I would probably build a custom solution in Python with a vector database to have more control. I don't know any no-code solutions, but I'm curious so please let me know if you find one that works well!