0.1.6
What's Changed
- docs: fix resolve docs by @shreyashankar in #27
- docs: link to ollama chat by @shreyashankar in #28
- feat: show better progress bars for operations by @shreyashankar in #30
- Add batching support to map operations with configurable parameters by @orban in #16
- feat: implement batch limit in map operations by @shreyashankar in #31
- Add Dataset Class and Parsing Tools by @shreyashankar in #32
- docs: improve clarity for custom parsing by @shreyashankar in #34
- Add Azure Document Intelligence Read Tool by @shreyashankar in #36
- fix: read .env from the user's cwd and change tool schema so ollama llama models work better by @shreyashankar in #38
- Bugfix for sqlite3 operation error in cache by @redhog in #40
- fix: make diskcache reads thread-safe by @shreyashankar in #42
- fix: template in tutorial.md by @shreyashankar in #43
- RateLimit error by @redhog in #39
- feat: add paddleocr by @shreyashankar in #44
- Entrypoints by @redhog in #45
- fix: dont cache results of bad llm calls by @shreyashankar in #52
- fix: default to gpt 4o tokenizer by @shreyashankar in #57
- feat: print out LLM message history and tools when there's an InvalidOutputError by @shreyashankar in #53
- feat: don't use tool calling for ollama/OSS models if the output schema is just one param by @shreyashankar in #59
- docs: add documentation for using split gather pipeline by @shreyashankar in #60
New Contributors
Full Changelog: 0.1.5...0.1.6