devstone
devstone
I was experiencing the same issue :( ``` api-1 | /usr/local/lib/python3.11/site-packages/langchain_core/_api/deprecation.py:139: LangChainDeprecationWarning: The class `HuggingFaceEmbeddings` was deprecated in LangChain 0.2.2 and will be removed in 0.3.0. An updated version of...
I just solved this issue! You can set your `.env` file like below: ``` NEO4J_URI=neo4j://database:7687 NEO4J_USERNAME=neo4j NEO4J_PASSWORD=password ``` and then it works! Also, if you visit `http://localhost:7474/browser/` and use the...
> Looks good other than throwing ERR_INVALID_THIS. ERR_INVALID_ARG_TYPE is likely a better error to be thrown here. Thank you for the suggestion! I’ve updated the code to throw ERR_INVALID_ARG_TYPE instead...