Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

51 lines (40 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Don't throw error with single MD file, instead will now succeed and log any file errors (#33)

0.0.7 - 2025-01-29

Added

  • embed-web function to generate embeddings from a website (#32)

0.0.6 - 2025-01-29

Changed

  • Add support for OpenAI LLMs (#29)

0.0.5 - 2024-11-06

Fixed

  • init command failing (#26)
  • repl command requiring OPENAI_API_KEY env var (#26)

0.0.4 - 2024-11-06

Fixed

  • RagTool parameters naming missmatch (#25)

Changed

  • Docker: Exclude submodule, remove default project argument (#25)

0.0.3 - 2024-11-05

Changed

  • Update init docker compose
  • Stream Vector DB publishing to avoid loading into memory (#23)

Added

  • Support for loading vector db from local and http archives, this will extract to a temp dir (#23)

0.0.2 - 2024-10-30

Fixed

  • Lancedb path being url instead of file path for local files