Skip to content

Releases: katanaml/sparrow

v0.1.7

23 Apr 14:09
b6a79fb
Compare
Choose a tag to compare

[v0.1.7] - 2024-04-23

New Features

  • New Instructor agent

What's Changed

  • Added instructor agent for better JSON response generation

v0.1.6

17 Apr 07:12
a8d670d
Compare
Choose a tag to compare

[v0.1.6] - 2024-04-17

New Features

  • New agents with Unstructured

What's Changed

  • Added unstructured-light and unstructured agents for better data pre-processing

v0.1.5

27 Mar 13:04
e3b4318
Compare
Choose a tag to compare

[v0.1.5] - 2024-03-27

New Features

  • Virtual Environments support

What's Changed

  • Fixes in LlamaIndex agent to run with latest LlamaIndex versions
  • LLM function calling agent

v0.1.4

07 Mar 12:10
9011dc8
Compare
Choose a tag to compare

[v0.1.4] - 2024-03-07

New Features

  • OCR + LLM support, new vprocessor agent

What's Changed

  • Improved FastAPI endpoints

v0.1.3

11 Feb 18:04
Compare
Choose a tag to compare

[v0.1.3] - 2024-02-11

New Features

  • Added Haystack agent for structured data

What's Changed

  • Changed plugins to agents

v0.1.2

31 Jan 19:13
afb70f6
Compare
Choose a tag to compare

[v0.1.2] - 2024-01-31

New Features

  • Added support for plugin architecture. This allows to use within Sparrow various toolkits, such as LlamaIndex or Haystack

What's Changed

  • Significant code refactoring

v0.1.1

19 Jan 19:58
dce3b34
Compare
Choose a tag to compare

[v0.1.1] - 2024-01-19

New Features

  • Minor improvements related to data ingestion

What's Changed

  • Fixed bug to clean Vector DB, when new document is inserted
  • Tested with Notus and Openhermes LLMs
  • Tested with longer and more realistic documents
  • Upgraded LlamaIndex and LangChain

v0.1.0

12 Jan 08:40
13d5ca8
Compare
Choose a tag to compare

New Features

  • Lemming LLM RAG

What's Changed