@@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
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
""" 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 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'))
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?
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
Anyone can suggest why I don't have "Loader" in the left hand side list of components? :/
I am not sure. I wish we can share screenshots. Nevertheless, pls try to update the version and LangFlow is growing and changing fast!
@@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
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
"""
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
"""
Are you on windows?
@@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'))
Can you somehow implement DSPY into this ?
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?
sorry, where can i found pypdfloader?
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
do u have dockerize version?
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