Create your own AI database manager and search engine

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

Комментарии • 6

  • @yannisvolos5877
    @yannisvolos5877 4 месяца назад +1

    Great job! If the embeddings surpass the UChat limitation, how can this be handled?

    • @MarkvanderMade_Official
      @MarkvanderMade_Official  4 месяца назад +2

      I believe you can request them to increase it although 500 will be enough for most businesses.
      if you think you will cross it though then maybe build this setup on a MongoDB database instead. that will work as well

    • @yannisvolos5877
      @yannisvolos5877 4 месяца назад +1

      @@MarkvanderMade_Official so, basically, I would place the enbeds in the db and access them from there, correct?

    • @MarkvanderMade_Official
      @MarkvanderMade_Official  4 месяца назад +1

      @@yannisvolos5877 correct. so no embed creation but the database entry that is generated by the AI you can use inside the db

  • @apachetruyts1158
    @apachetruyts1158 25 дней назад

    Great work Mark!