Releases: FullStackWithLawrence/openai-embeddings
Releases · FullStackWithLawrence/openai-embeddings
v1.3.2
1.3.2 (2024-04-12)
Bug Fixes
v1.3.0
1.3.0 (2023-12-19)
Features
- add pydantic and refactor settings and credentials management (332e4da)
v1.2.2
1.2.2 (2023-12-19)
Bug Fixes
v1.2.1
1.2.1 (2023-12-04)
Bug Fixes
v1.2.0
1.2.0 (2023-12-03)
Features
- refactor pinecone logic and add pinecone unit tests (2b8585b)
v1.1.3
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)
v1.1.2
1.1.2 (2023-12-01)
Bug Fixes
- syntax error in examples.prompt (230b709)
v1.1.1
1.1.1 (2023-12-01)
Bug Fixes
- had to switch to bm25_encoder so that vector store is searchable (bad6994)
v1.1.0
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)