Releases: dynamiq-ai/dynamiq
Releases · dynamiq-ai/dynamiq
v0.4.2
What's Changed
- chore: add missing environment variables by @49Simon in #54
- chore: update tools file upload validator by @acoola in #58
- feat: add deepseek llm, fix perplexity connection by @olbychos in #59
- fix: union types handling for agent stuff by @olbychos in #57
- fix: pinecone writer node validation by @acoola in #61
- fix: streaming callback init and sse example by @acoola in #62
- build: bump pkg to v0.4.2 by @acoola in #63
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- feat: integrate Milvus Vector Database by @jinhonglin-ryan in #34
- ci: split ci tests by @acoola in #46
- chore: drop unused params in LLM completion by @acoola in #47
- feat: allow relative import for python node by @olbychos in #48
- fix: milvus connection validation by @acoola in #50
- fix: map node tracing by @acoola in #51
- feat: add url parameter for HttpApiCall node configuration by @TrachukT in #49
- fix: python node run and tracing by @acoola in #55
- feat: update streaming for steps and tokens by @olbychos in #53
- build: bump pkg to v0.4.1 by @acoola in #56
New Contributors
- @jinhonglin-ryan made their first contribution in #34
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- fix: handle default deletion behavior when index_type is None by @MaksymAI in #32
- feat: add perplexity node by @olbychos in #33
- feat: Tool abstraction by @maksDev123 in #26
- feat: add naive chat_history field per agents by @olbychos in #37
- feat: add baseline streaming for agents by @olbychos in #30
- feat: add dynamiq module for python node by @TrachukT in #38
- feat: change map node logic by @TrachukT in #40
- feat: upd streaming by @olbychos in #41
- build: bump pkg to v0.4.0 by @acoola in #43
New Contributors
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- fix: prompt in
LLMEvaluator
by @delamainer in #31
New Contributors
- @delamainer made their first contribution in #31
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
What's Changed
- feat: add search example by @olbychos in #10
- feat: add node input mapping with extended transformers by @acoola in #9
- feat: add ability to define inline prompts in yaml by @acoola in #11
- fix: vector storages connections and creation flag by @acoola in #13
- test: Refine Bank Customer Support Example by @maksDev123 in #12
- fix: remove goal from agents by @olbychos in #14
- fix: node dependency option validation by @acoola in #18
- feat: add example llm with structured output by @olbychos in #16
- docs: remove deleted file by @maksDev123 in #20
- fix: python and firecrawl tools by @acoola in #19
- feat: add files support under agent class by @olbychos in #15
- feat: update pinecone params by @MaksymAI in #17
- build: bump pkg to v0.3.0 by @acoola in #22
New Contributors
- @maksDev123 made their first contribution in #12
- @MaksymAI made their first contribution in #17
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- ci: refine secrets usage by @acoola in #1
- ci: add pypi publish by @acoola in #2
- chore: add security check with small fixes by @acoola in #3
- fix: caching and entity parent_run_id by @acoola in #5
- feat: add memory, update examples, update base embedder by @olbychos in #4
- fix: run simple nodes in process pool by @acoola in #6
- feat: add react agent, max_loops handler prompt by @olbychos in #7
- build: bump pkg to v0.2.0 by @acoola in #8
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial Release