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)
- fix deprecations and breaking changes in LangChain and Pinecone
1.3.0 (2023-12-19)
- add pydantic and refactor settings and credentials management (332e4da)
1.2.2 (2023-12-19)
1.2.2 (2023-12-19)
- force a new release (6c04b0b)
1.2.1 (2023-12-04)
- force a new release (e21f9c5)
1.2.0 (2023-12-03)
- refactor pinecone logic and add pinecone unit tests (2b8585b)
1.1.3 (2023-12-02)
- 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)
- syntax error in examples.prompt (230b709)
1.1.1 (2023-12-01)
- had to switch to bm25_encoder so that vector store is searchable (bad6994)
1.1.0 (2023-12-01)
- fix load problem with existing index (62cd18f)
- perfect load(). revert rag() to openai only calls (8de793d)
- ssm.rag() w load, split, embed, store (2335d22)
- first commit (9fe5fbb)