Steven

Results 15 comments of Steven

Mac OS: 11.1 I'm on the verge of giving up, but wanted to share my experience as I got everything to work that I wanted on my machine in relation...

Thanks @Enase I had a look at those issues, but I do not think this solves things. If I use the PR I would still want to put a unique...

Hey @woop using my brand new macbook pro here, M1 chip running Monterey Mac OS. Thank you. I can confirm this works also with python 3.10.1. Because my pip freeze...

lol it worked, well at least it got passed this issue! Thanks @ChristopherHX seems like the whole container thing is not working with Python 3.11 . . . going to...

### Generate a million mock documents, here are the first few ```python from dataclasses import dataclass @dataclass class Document: page_content: None metadata: None docs = [] for i in range(int(1e7)):...

@eyurtsev Here is the summary of changes for this review. - Add tests for split_documents. - Add single iteration option - Changed the type of argument from `List[Document]` to `Iterable[Document]`

@eyurtsev good to know anyway if there is a significance performance dip. Thanks for merging this!

@AvikantSrivastava you are correct, I just deleted my virtual environment and built on top of python 3.9(latest) instead of 3.11.

Thanks @native-api. I think more is going on that what you describe based on this inconsistent behavior with `conda`, a tool that comes with the anaconda installation via pyenv. See...

No, I didn't know this, but I do see the message from time to time that they are not going to show the environment name by default in the future,...