Post
1829
π’ If you're aimed at processing complex dependencies in spreadsheet data with LLM Chain-of-Thought technique, then this update might be valuable for you π
The updated π¦ bulk-chain-0.24.1 which is aimed at iterative processing of CSV/JSONL data with no-string dependencies from third party LLM frameworks is out π
π¦: https://pypi.org/project/bulk-chain/0.24.1/
π: https://github.com/nicolay-r/bulk-chain
π: https://github.com/nicolay-r/bulk-chain/issues/26
The key feature of bulk-chain is SQLite caching that saves your time β°οΈ and money π΅ by guarantee no-data-lost, which is important once using the remote LLM providers such as OpenAI, ReplicateIO, OpenRouter, etc.
π§ This release has the following updates:
β Improved stability for various header conditions and the related support from SQLite
β Manual setup for ID column / assigning the ID
β Make CSV-related setups dynamic, that refers to the related Python π¦ csv package.
Quick start on GoogleColab:
π: https://colab.research.google.com/github/nicolay-r/bulk-chain/blob/master/bulk_chain_tutorial.ipynb
Below is an example of the three simple steps in pictures:
1. β¬οΈ Package installation
2. βοΈ Declaring schema
3. π Launching inference for your data with Replicate and π€ meta-llama/Llama-3.1-405B
The updated π¦ bulk-chain-0.24.1 which is aimed at iterative processing of CSV/JSONL data with no-string dependencies from third party LLM frameworks is out π
π¦: https://pypi.org/project/bulk-chain/0.24.1/
π: https://github.com/nicolay-r/bulk-chain
π: https://github.com/nicolay-r/bulk-chain/issues/26
The key feature of bulk-chain is SQLite caching that saves your time β°οΈ and money π΅ by guarantee no-data-lost, which is important once using the remote LLM providers such as OpenAI, ReplicateIO, OpenRouter, etc.
π§ This release has the following updates:
β Improved stability for various header conditions and the related support from SQLite
β Manual setup for ID column / assigning the ID
β Make CSV-related setups dynamic, that refers to the related Python π¦ csv package.
Quick start on GoogleColab:
π: https://colab.research.google.com/github/nicolay-r/bulk-chain/blob/master/bulk_chain_tutorial.ipynb
Below is an example of the three simple steps in pictures:
1. β¬οΈ Package installation
2. βοΈ Declaring schema
3. π Launching inference for your data with Replicate and π€ meta-llama/Llama-3.1-405B