Build a RAG app using LangFlow +

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

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

  • @TPH310
    @TPH310 8 месяцев назад +2

    Anyone can suggest why I don't have "Loader" in the left hand side list of components? :/

    • @AIBites
      @AIBites  8 месяцев назад +2

      I am not sure. I wish we can share screenshots. Nevertheless, pls try to update the version and LangFlow is growing and changing fast!

    • @mohamedabdelbary5778
      @mohamedabdelbary5778 8 месяцев назад

      ​@@AIBites i am using the latest update and also i dont have the same UI as yours...can you please share the code behind these components or raise the issue to langflow team

  • @archijogi7021
    @archijogi7021 Месяц назад

    Error occurred: Error running graph: Error building Component File:
    It looks like we're missing some important information: session_id (unique conversation identifier). Please ensure that your message includes all the required fields. constantly facing this error

  • @drelijahmikail3916
    @drelijahmikail3916 8 месяцев назад

    """
    ValueError: Error:
    HTTPSConnectionPool(host='localhost'
    , port=11434): Max retries exceeded
    with url: /api/chat (Caused by
    SSLError(SSLError(1, '[SSL:
    WRONG_VERSION_NUMBER] wrong version
    number (_ssl.c:1007)')))
    [05/02/24 22:39:57] ERROR 2024-05-02 22:39:57 - ERROR - chat - chat.py:57
    Error in chat websocket: control frame
    too long
    """

    • @AIBites
      @AIBites  8 месяцев назад

      Are you on windows?

    • @atulsharma6740
      @atulsharma6740 7 месяцев назад

      @@AIBites i'm also facing same error :
      Error building node FAISS(ID:FAISS-VNmc1): Error
      raised by inference endpoint:
      HTTPConnectionPool (host= 'localhost',
      port=11434): Max retries exceeded with url:
      /api/embeddings (Caused by
      NewConnectionError(* : Failed to
      establish a new connection: [Errno 111] Connection
      refused'))

  • @artur50
    @artur50 8 месяцев назад +2

    Can you somehow implement DSPY into this ?

    • @AIBites
      @AIBites  4 месяца назад

      I see your point of view. But that could turnout quite challenging. Mainly because this is fairly new and DsPy is bleeding edge on its own.
      Did you try it out by any chance?

  • @1upBauer
    @1upBauer 7 месяцев назад

    sorry, where can i found pypdfloader?

    • @AIBites
      @AIBites  4 месяца назад

      You may not have installed the langchain-community package. Please run, pip install -U langchain-community to ensure it and see if pypdfloader is still missing

  • @drelijahmikail3916
    @drelijahmikail3916 8 месяцев назад

    do u have dockerize version?

    • @AIBites
      @AIBites  8 месяцев назад

      Not yet unfortunately. But will be happy to merge if you can do a PR :) otherwise I will work on it in the coming weeks