Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

73 lines (39 loc) · 3.37 KB

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.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