chat-langchain
chat-langchain copied to clipboard
 change the UI in the scroll bar to a dynamic text box/input fields This will improve the UI of the lang chain chat Final result will be something like...
The `Document Loaders` hyperlink in the `Running locally` section leads to a 404 page.
The following error occurs when using index with mode="elements" in UnstructuredPDFLoader: {'error': [{'message': "invalid text property 'coordinates' on class 'Mytest': not a string, but map[string]interface {}"}]} This code will reproduce...
Hi, I've modified the ingest script to work with a local LLM, but I'm trying to get the chat system working with local models and I'm finding a lot of...
This commit fixes that the chat-langchain example webserver can't run locally due to a few errors.
This pull request enhances cross-platform compatibility, primarily targeting Windows users, resolves some errors, and updates some dependencies: 1. **Bash to Batch Conversion**: Replaced the `ingest.sh` bash script with a Windows-compatible...
$ ./ingest.sh --2023-07-29 15:07:25-- https://langchain.readthedocs.io/en/latest/ Resolving langchain.readthedocs.io (langchain.readthedocs.io)... 104.17.32.82, 104.17.33.82, 2606:4700::6811:2152, ... Connecting to langchain.readthedocs.io (langchain.readthedocs.io)|104.17.32.82|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://api.python.langchain.com/en/latest/ [following] --2023-07-29 15:07:25-- https://api.python.langchain.com/en/latest/...
raise self.connection_closed_exc() websockets.exceptions.ConnectionClosedError: sent 1000 (OK); no close frame received ``` (index):55 WebSocket connection to 'ws://localhost:9000/chat' failed: (anonymous) @ (index):55 :9000/favicon.ico:1 Failed to load resource: the server responded with a...
/home/rajeshsharma/code/others/chat-langchain/venv/bin/python /snap/pycharm-professional/344/plugins/python/helpers/pydev/pydevd.py --multiprocess --qt-support=auto --client 127.0.0.1 --port 35709 --file /home/rajeshsharma/code/others/chat-langchain/ingest.py Connected to pydev debugger (build 231.9225.15) /home/rajeshsharma/code/others/chat-langchain/venv/lib/python3.11/site-packages/langchain/document_loaders/readthedocs.py:48: GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML...
the versions in the requirement files were not locked, so the AsyncCallbackManager no longer exists in the langchain/callbacks/base.py.