Thomas Eng
Results
3
comments of
Thomas Eng
You should probably chunk your documents when indexing them. Ie. ``` node_parser = SimpleNodeParser.from_defaults( chunk_size=1024, chunk_overlap=20, ) nodes = node_parser.get_nodes_from_documents(documents) ```
Btw, my install / build attempt is on a MB Pro.
[corepack](https://nodejs.org/api/corepack.html#enabling-the-feature) enabled