Devin Bost
Devin Bost
Update: When running Oracle 19.3, I get the same issue (`ERROR: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor`) but when I run `lsnrctl status`, I...
Might be related: https://github.com/snap-stanford/ogb/issues/478
Looks like I'm running CUDA 12.2.r12.2, which doesn't appear to be on the list: ``` nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on...
I have some bandwidth to help. (My intent is to publish a demo that features Relphormer with vector search and broadcast it on our YouTube channel.) What should be the...
Yes, I want to use it to generate vector representations. I have an example here involving node2vec: https://colab.research.google.com/drive/1gmop95YgsCvoAmOVPLnxcLhkn_Os0ude I'd like to produce something like this. I think the example will...
NOOOOOOOOO
This issue might be related: https://github.com/moby/moby/issues/41191
You're awesome! I'd love to see it when you're able to get it finished.
One idea is that we could provide a Mixin or Decorator that automatically wires up certain properties based on the configuration specified. That way, if someone wants a different behavior,...
I noticed that the various chat models are all grouped in this folder: https://github.com/devinbost/langchain/tree/d266b3ea4a5dc85fe895b93090d89aa311f8c48e/libs/langchain/langchain/chat_models For conversational memory and other such features, they're extremely useful, and I'd expect the list of...