Casey Clements
Casey Clements
Hi @logan-markewich Is there anything further that you'd like on this?
@logan-markewich I've updated to skip tests. Would you please approve the workflows to check whether this fixes all remaining failures? This means that the tests stay in this repo, but...
@logan-markewich What was the intention of commit 1f22c8a? The tests now fail because only the sample text contains only a single node. ``` from llama_index.core.schema import Document from llama_index.core.ingestion.pipeline import...
@logan-markewich Suppose we create an example that creates a `VectorStoreIndex` with more than a single node. What arguments can we pass to split each line (\n) into a separate node?
@logan-markewich I just updated type hinting for backward compatibility to python 3.8. Would you please run the workflows?
Perhaps rewording the warning will suffice. Something like this? np = config.variant.get('numpy') if not np: np = defaults['numpy'] if config.verbose: utils.get_logger(__name__).warn("No numpy version specified in conda_build_config.yaml. " "If numpy is...
I'm investigating the new failure that popped up. I can reproduce locally. ``` FAILURE: pymongo.errors.OperationFailure: PlanExecutor error during aggregation :: caused by :: indexes of target collection db0.coll0 changed during...
@ShaneHarvey, @blink1073 `test.test_transactions_unified.TestUnifiedMongosUnpin.test_unpin_after_TransientTransactionError_error_on_abort` is still failing intermittently. This PR had removed the skip. Should I put it back on?
Thank you for you submission. It looks good to me. We are waiting on Polars to support ExtensionTypes, but in the meantime, I don't see why we wouldn't add this....
Hi @sibbiii . I'm sorry for the delay. I've been very busy. Would you please add a couple tests of this new functionality?