Rhett Ying

Results 60 issues of Rhett Ying

I am wondering if `dask` or `pandas` has native or built-in support for aggregate function that run against vector data. Namley, text/image embeddings are stored in the column of `csv/parquet`...

needs triage

## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...

Work Item

## 🐛 Bug Somehow `post300` is appended for the target so name which results in failure to find it as the expected name is `libgraphbolt_pytorch_2.3.0.so`. See more details in https://discuss.dgl.ai/t/filenotfounderror-cannot-find-dgl-c-graphbolt-library-in-dgl-2-2-1-and-pytorch-2-3-0/4419...

bug:confirmed

## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...

Work Item

## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...

Work Item

## 🔨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...

Work Item

just run `make -j` ``` In file included from send-zerocopy.c:15: /usr/include/linux/ipv6.h:19:8: error: redefinition of 'struct in6_pktinfo' 19 | struct in6_pktinfo { | ^~~~~~~~~~~ In file included from /usr/include/arpa/inet.h:22, from send-zerocopy.c:13:...

## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: ``` dgl.distributed.dgl_partition_to_graphbolt( part_config, store_eids=True, graph_formats="coo", ) ``` ``` 2024-10-03 23:23:24,190 INFO Converting partitions to GraphBolt format Traceback (most recent...

## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: ``` Warning: Permanently added '[127.0.0.1]:2222' (ED25519) to the list of known hosts. [5ea156f179a8 INFO 2024-10-03 23:29:47,836 PID:2471] [Rank: 0]...

Hi, I am wondering if it's possible to add self-defined Embedding logical type into ww which represents vector data? I tried with below code but failed. ``` import pandas as...