Stefano Faraggi

Results 5 comments of Stefano Faraggi

Using [grayskull](https://github.com/conda/grayskull), we can get a possible recipe by running: `grayskull pypi --strict-conda-forge langchain` However, some dependencies are not on conda-forge channels (see list at the end of comment). I...

For completeness, here's the `meta.yaml` generated by grayskull ```yaml {% set name = "langchain" %} {% set version = "0.0.94" %} package: name: {{ name|lower }} version: {{ version }}...

Hi! I went ahead and wrote an integration. Any feedback on the PR would be great.

Seems like the lint errors on `langchain/utilities/arxiv_search.py:53:20` are due to the import try/except used to check if the SDK is installed.

Thanks for the info. I'll give it a try. If it works nicely, maybe we drop this and in favor of adding a notebook with some examples.