Skip to content

Latest commit

 

History

History
100 lines (52 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

100 lines (52 loc) · 4.6 KB

1.3.7 (2025-02-07)

Bug Fixes

1.3.6 (2025-02-07)

Bug Fixes

  • breaking changes in unit tests (90926a9)

Change Log

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.

1.3.5 (2025-02-05)

Bug Fixes

  • LangChain breaking changes and deprecations (ac7b57e)

1.3.4 (2025-02-05)

Bug Fixes

  • deprecation warnings and breaking changes (604353e)

1.3.2 (2024-04-12)

Bug Fixes

  • fix deprecations and breaking changes in LangChain and Pinecone

1.3.0 (2023-12-19)

Features

  • add pydantic and refactor settings and credentials management (332e4da)

1.2.2 (2023-12-19)

1.2.2 (2023-12-19)

Bug Fixes

1.2.1 (2023-12-04)

Bug Fixes

1.2.0 (2023-12-03)

Features

  • refactor pinecone logic and add pinecone unit tests (2b8585b)

1.1.3 (2023-12-02)

Bug Fixes

  • add langchain-experimental for yt example (f9d6d6d)
  • correct type error with DEBUG_MODE (a96bdfd)
  • move retriever results to system_message (203c8b3)

1.1.2 (2023-12-01)

Bug Fixes

  • syntax error in examples.prompt (230b709)

1.1.1 (2023-12-01)

Bug Fixes

  • had to switch to bm25_encoder so that vector store is searchable (bad6994)

1.1.0 (2023-12-01)

Bug Fixes

  • fix load problem with existing index (62cd18f)

Features

  • perfect load(). revert rag() to openai only calls (8de793d)
  • ssm.rag() w load, split, embed, store (2335d22)

1.0.0 (2023-11-30)

Features