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?
@archijogi702123 күн бұрын
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
@drelijahmikail39168 ай бұрын
""" 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 """
@AIBites8 ай бұрын
Are you on windows?
@atulsharma67406 ай бұрын
@@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'))
@TPH3108 ай бұрын
Anyone can suggest why I don't have "Loader" in the left hand side list of components? :/
@AIBites8 ай бұрын
I am not sure. I wish we can share screenshots. Nevertheless, pls try to update the version and LangFlow is growing and changing fast!
@mohamedabdelbary57787 ай бұрын
@@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
@drelijahmikail39168 ай бұрын
do u have dockerize version?
@AIBites8 ай бұрын
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
@1upBauer6 ай бұрын
sorry, where can i found pypdfloader?
@AIBites4 ай бұрын
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