Releases: weaviate/elysia
Releases · weaviate/elysia
v0.2.7
What's Changed
- fix: recognition of vectorisers for chunking by @dannyjameswilliams in #52
- chore: update uvicorn dependency from 0.29.0 to 0.35.0 by @ram-from-tvl in #46
- fix: incorrect filter types being caught as self-healing errors by @dannyjameswilliams
New Contributors
- @ram-from-tvl made their first contribution in #46
Full Changelog: v0.2.6...v0.2.7
v0.2.6
Small fix for LiteLLM newest version - which broke logic in config.py. Temporarily restrict LiteLLM version to <1.76.0.
What's Changed
- fix: litellm dependency <1.76 by @dannyjameswilliams in #40
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Locally Running Weaviate
This release lets both the frontend and backend point towards either a cloud Weaviate cluster or a locally running Weaviate instance (e.g. via Docker).
What's Changed
- feat(client,api,tests): add Weaviate local configuration without API … by @gulyabaniTR in #26
- feat: added workflow for automatic backend/frontend deployment by @dannyjameswilliams in #32
- Docs: added more info about locally running weaviate across documentation+readme by @dannyjameswilliams in #33
- Release v0.2.5 by @dannyjameswilliams in #36
New Contributors
- @gulyabaniTR made their first contribution in #26
- @thomashacker made their first contribution in #35
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Fixes:
- Pagination limit when querying: Weaviate has by default a hard limit of 100,000 when using offset+limit in fetch_objects. These are fixed in
preprocessandview_paginated_collection(API route). - Tool decorator inputs: The tool decorator @tool was incorrectly defining the arguments with non-typed inputs, now fixed.
v0.2.3
What's Changed
- Updated dspy to >= v3 and weaviate to >= 4.16.7 by @dannyjameswilliams in #15
- Docs update, refactor import structure by @dannyjameswilliams in #17
- Added new example to documentation for basic usage in querying with Weaviate by @dannyjameswilliams in #17
- Hotfix: Added settings argument to preprocess by @dannyjameswilliams in #18
- Manual update of latest frontend changes to backend by @dannyjameswilliams in #20
Known Issues
- Using a local model via ollama can cause instability due to the complex nature of Elysia, this seems prevalent mostly in the app, for some reason. This is being investigated.
- Some tool runs are incorrectly marked as successfully completed, regardless of a self-healing error being yielded. This is being investigated.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Elysia v0.2.2
What's Changed
- Improved tests and separated dependencies into two directories by @dannyjameswilliams in #10
- Minor bug fixes found during refactoring tests
Full Changelog: v0.2.1...v0.2.2
v.0.2.1 (Beta)
First official release of Elysia Beta!
What's Changed From v0.2.0
New Contributors
Full Changelog: https://github.com/weaviate/elysia/commits/v0.2.1