hp0404
hp0404
I'm stuck with the same problem -- `ERROR: Could not build wheels for hdbscan which use PEP 517 and cannot be installed directly` -- but I'm using Linux (Ubuntu 20.04.1),...
Doesn't work for me (Ubuntu from WSL): ``` ERROR: Could not build wheels for hdbscan, which is required to install pyproject.toml-based projects ``` You also need to install `build-essential`: ```...
@brainless would be great tbh, currently stuck with joining tables :)
What if you changed the API so a user passes the `rest.Filter` directly (instead of `MetadataFilter`)? This way, you won't need to implement different filtering options (must, must_not, nested, etc.)...
it also doesn't work on Ukrainian date format, e.g. ``` [05.05.23, 15:45:46] User: text ``` --- I used the following input formats: ``` [05.05.23, 15:48:11] James: Hi here [11/8/21, 9:41:32...
I noticed that the `FacebookChatLoader` uses the same pattern and rewrote it too - added changes that follow the same logic as with `TelegramChatLoader` (I wasn't sure if it was...
> > * Refactor the `TelegramChatLoader` and `FacebookChatLoader` classes by removing the dependency on pandas and simplifying the message filtering process. > > why is this desirable? presumably, the filtering...
Hi, have you tried passing gl and hl parameters with `params`? https://github.com/hwchase17/langchain/blob/e0e3ef1c57109ac5491ba744b8e4a4189931b1b5/langchain/utilities/serpapi.py#L44-L51
> Noobie question perhaps: why has this got a limit at all? Should it not default to type None? It seems that @dev2049 introduced the `doc_content_chars_max` parameter with the default...
> Hi again, I made some further changes to the arxiv document loader. I'm not sure what the proceedure is though; should I submit a pull request to your branch...