Ayush Garg

Results 23 comments of Ayush Garg

Thanks so much @ml-evs ! I have added the bibliography and formatted the paper to be compatible with joss.

@kjappelbaum [kjappelbaum](https://github.com/kjappelbaum) I have added the credit statement along with acknowledgments

@khinsen Thanks alot for pointing this out. Turns out JOSS paper builder requires a blank line before and after every bullet point. I have fixed the paper and it should...

@kjappelbaum Thanks a lot for the PR. I have merged it.

1.23.0 and 1.22.1. What's interesting is that, this issue only occurs when I use a python virtualenv environment. If I use conda, this issue doesn't occur.

@MoFayaz Easiest steps to reproduce: `!pip install farm-haystack[colab,preprocessing,elasticsearch,inference]` `from haystack.telemetry import send_event`

@anakin87 I tried using a conda enviroment with python 3.10.10 and the issue still persists.

conda remove --name haystack_test --all conda create --name haystack_test python=3.10.10 conda activate haystack_test pip install 'farm-haystack[colab,preprocessing,elasticsearch,inference]' --no-cache-dir from haystack.nodes import JoinDocuments, SentenceTransformersRanker Error faced: ``` File "/Users/ayushgarg/miniforge3/envs/haystack_test/lib/python3.10/site-packages/haystack/nodes/__init__.py", line 1, in...

I am not sure as to why the error is not happening on colab. Even on my system, the error is inconsistent. My guess is, it has to do with...