Skip to content

Latest commit

 

History

History
102 lines (45 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

102 lines (45 loc) · 1.4 KB

ChangeLog

[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] - 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] - 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] - 2024-03-07

New Features

  • OCR + LLM support, new vprocessor agent

What's Changed

  • Improved FastAPI endpoints

[v0.1.3] - 2024-02-11

New Features

  • Added Haystack agent for structured data

What's Changed

  • Changed plugins to agents

[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] - 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] - 2024-01-12

New Features

  • Lemming LLM RAG

What's Changed