Devin Bost

Results 71 comments of Devin Bost

I am stuck on this and not sure how to move forward.

@ogabrielluiz Thanks for the feedback on that. I tried pulling it into an image based on LangFlow latest, and I'm getting this: ``` langflow-1 | /app/.venv/lib/python3.12/site-packages/langchain/agents/__init__.py:40: LangChainDeprecationWarning: As of langchain-core...

The DGL graph node count actually matches the number of nodes referenced here: ![image](https://github.com/snap-stanford/ogb/assets/7418031/6fdb5738-0d02-4043-bbdd-aeb59fbf38a4) (https://ogb.stanford.edu/docs/nodeprop/) So, it seems that the text abstracts in https://snap.stanford.edu/ogb/data/misc/ogbn_arxiv/titleabs.tsv.gz (179,719 total) contain additional nodes that...

Hi @italojohnny ! Thanks for taking a look! In my statefulset, here are the places that reference a port: ``` export LANGFLOW_DATABASE_URL="$LF_CHART_EXTERNALDB_DRIVER://$LF_CHART_EXTERNALDB_USER:$LF_CHART_EXTERNALDB_PASSWORD@$LF_CHART_EXTERNALDB_HOST:$LF_CHART_EXTERNALDB_PORT/$LF_CHART_EXTERNALDB_DATABASE" . . . langflow run --host 0.0.0.0 --port...

@jordanrfrazier Please review/comment.

I deeply appreciate all the attention on this!! @lantiga `search` is a good name. The implementation that I recommended above would definitely apply in search use cases.

@SkafteNicki The first one would be recall. After that, MRR and then NDCG. Those the the most commonly used metrics in the industry and literature.

There also needs to be a way to authenticate the request. Just having a session ID is not enough.

Another (slightly related) issue I want to surface: I've noticed in general (from past successful runs) that nv-ingest will just sit there without any logging even when it's processing successfully,...

I just discovered that our helm upgrade hadn't fully completed, so nv-ingest pods were still at the previous release version. I just upgraded and will try it again on 25.9.0