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.
- Updates from development
- Updated setup.py dependencies for langsmith==0.0.87 and langchain-community==0.0.20
- feature/94-application-token-defaults
- bugfix/remove-singleton-from-mongo-service
- Same as 0.0.6, could not overwrite pypi version
- Fixes for file loader
- Model updats for gpt4turbo and embeddings
- Need to add notes
- Release (2024-01-21)
- feature/87-cleans-up-document-loading-functionality (2024-01-20)
- feature/85-detach-chat-from-controllers-and-user-repo (2024-01-18)
- Not enough considerations were being made for multi-app support. In light would like to go back to 0.0.x patches in order to take what's been learned from build POC apps into making this repository truly ubiquitous no matter what app it is installed into. Striving to make 0.1.0 stable and does not lock in users to functionality they do not want, but instead striving to make concepts easier to compose.
- Forgot to resolve in fastapi/retreival (2024-01-03)
- bugfix/81-vectorstore-file-fix-args (2024-01-03)
- feature/15-can-pass-tools-and-user-repo-to-include-router (2024-01-01)
- feature/76-updates-params-for-ability-to-fetch-from-other-properties (2023-12-31)
- Updates HistoryController constructor to include a user_id as request alternative. (2023-12-30)
- Had to update the PINECONE_KEY to PINECONE_API_KEY (2023-12-28)
- feature/70-keys-list-to-set (2023-12-28)
- feature/64-retricts-what-can-be-passed-to-settings-and-history (2023-12-26)
- feature/61-index-becomes-index_name (2023-12-26)
- Commit: e932202568d3c9654c82565530ff362610482bb3 | Adds better error handling for tools in agent
- Fixing some vectorstore routes | #59
- feature/55-update-ollama-rag-chat (2023-12-17)
- feature/rag-chat-fixed-to-not-be-agent (2023-12-13)
- feature/50-adds-settings-and-updates-history-endpoints (2023-12-10)
- Not backwards compatible, affects changes to the history api based on settings api but I'm most likely only one using so staying on v1."
- Needed to add llms/services/init.py
- Needed to add core/init.py
- feaure/47-segment-modules-based-on-dependencies (2023-12-09)
- feature/44-system-prompt-template-api (2023-12-09)
- feature/lambda-loader (2023-12-03)
- feature/23-equips-streaming-with-retreival-agent (2023-12-03)
- feature/18-add-get-controller-to-retrieval-routes (2023-12-1)
- bugfix/16-fix-async-iterator-chat-controller (2023-11-26)
- bugfix/13-schema-extra-to-json-schema-extra (2023-11-26)
- bugfix/11-update-function-call-line (2023-11-26)
- feature/5-agent-action-message-multiple-steps (2023-11-25)
- bugfix/13-schema-extra-to-json-schema-extra (2023-11-26)
- feature/5-agent-actions-returned (2023-11-25)
- Includes changes from integrating with Saas App, allows for flexibility.
- feature/4-remove-default-basic-middlware (2023-11-23)
- feature/2-add-changelog-update-script (2023-11-23)