Yujie Qian

Results 10 comments of Yujie Qian

Could you please delete this PR? It was created by mistake. Sorry about that!

Hi, I also would like to have this feature, as the content of the Textbook may be very long.

Similar issue here. On a MacBook, I cannot upload a PNG file. Dragging the PNG to the box is fine, though.

Hi, It looks like a problem in the urllib3 package. I would suggest upgrading the package `pip install -U urllib3`. You could also try our latest version `pip install -U...

From the first line of your code, it seems you are using iPython (or Jupyter notebook), and the autoreload failed. Please try to restart the iPython kernel and run again.

Hi, Please upgrade to the latest version of the package through `pip install -U voyageai`, and you should be able to use the `rerank` method in `Client`. https://github.com/voyage-ai/voyageai-python/blob/e565fb60b854e80ead526a57ea0e6eb1db9efc33/voyageai/client.py#L81.

Hi, Running a Python script should have similar performance to running a Jupyter notebook locally. To limit CPU usage, please see https://discuss.pytorch.org/t/how-to-limit-the-number-of-cpus-used-by-pytorch/67254/2

Nice catch! We have tried to implement a postprocessing algorithm to cover common patterns of abbreviations, but I do think it is challenging to cover all cases. If you manage...

Sorry for the late reply. In our paper, we only keep the model trained with 1M synthetic data and 680K patent data. Therefore only these data are released and we...

> > I guess some changes required to the [pyproject.toml](https://github.com/voyage-ai/voyageai-python/blob/main/pyproject.toml)? > > I think that's only the case if we use `setuptools` as the build backend (we use `poetry`). Happy...