Skip to content

Releases: weaviate/elysia

v0.2.7

25 Sep 13:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

08 Sep 10:12
6eac264

Choose a tag to compare

Small fix for LiteLLM newest version - which broke logic in config.py. Temporarily restrict LiteLLM version to <1.76.0.

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

05 Sep 09:46
7991873

Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

03 Sep 11:13
46943cc

Choose a tag to compare

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 preprocess and view_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

20 Aug 08:20
9a59dd4

Choose a tag to compare

What's Changed

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

15 Aug 14:36

Choose a tag to compare

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)

13 Aug 16:46

Choose a tag to compare

First official release of Elysia Beta!

What's Changed From v0.2.0

  • updated spacy dependencies by @NWS99 in #6

New Contributors

  • @NWS99 made their first contribution in #6

Full Changelog: https://github.com/weaviate/elysia/commits/v0.2.1