Support PostgresQL, Redis and MongoDB for saving chat message history! What's Changed * Closes 77 - Support databases for chat memory (postgres, mongo and redis) by matankley in https://github.com/vendi-ai/declarai/pull/78
Introduce Chat memory to support message history of a chat between sessions.
What's Changed * Remove operator inheritance from llm params type by matankley in https://github.com/vendi-ai/declarai/pull/76 * Closes 62 - Add chat memory by matankley in https://github.com/vendi-ai/declarai/pull/73
This release introduce the ability to control the llm params like temperature, max tokens, etc.. What's Changed * Closes 54 by matankley in https://github.com/vendi-ai/declarai/pull/68 * Closes 63 add deployment example with fastapi for declarai task by matankley in https://github.com/vendi-ai/declarai/pull/69 * Closes 70 - support passing llm parameters to tasks by matankley in https://github.com/vendi-ai/declarai/pull/71 * Add docs for LLMParams control by matankley in https://github.com/vendi-ai/declarai/pull/74 * bump package version 0.1.3 by matankley in https://github.com/vendi-ai/declarai/pull/61
What's Changed * fix docs issues. by matankley in https://github.com/vendi-ai/declarai/pull/52 * bump wandb version to latest in order to resolve security issues with… by avivex1000 in https://github.com/vendi-ai/declarai/pull/53 * 49 type completion is broken in ide due to decorator implementation interfering with type inference by matankley in https://github.com/vendi-ai/declarai/pull/56 * add changelog for 0.1.1 & 0.1.2 by matankley in https://github.com/vendi-ai/declarai/pull/57 * bump project version to 0.1.2 by avivex1000 in https://github.com/vendi-ai/declarai/pull/58
This release the start of an exciting adventure for us! Becoming an active part of the open source community! Declarai was born out of the awe and excitement of LLMs along with our passion for excellent engineering and real world applications at scale.
We hope this project will help introduce more developers into the world of LLMs and enable them to more easily and reliably integrate these amazing capabilities into their production systems.
What's Included * Add gitleaks pre-commit hook by Tom-HA in https://github.com/vendi-ai/declarai/pull/4 * Make llm interface generic by avivex1000 in https://github.com/vendi-ai/declarai/pull/6 * Add initial mkdocs app by matankley in https://github.com/vendi-ai/declarai/pull/5 * publish package to pypi by matankley in https://github.com/vendi-ai/declarai/pull/7 * implement by avivex1000 in https://github.com/vendi-ai/declarai/pull/8 * expose openai_token + lint by avivex1000 in https://github.com/vendi-ai/declarai/pull/9 * Enlarge docs by matankley in https://github.com/vendi-ai/declarai/pull/10 * Implement sequence reducer by avivex1000 in https://github.com/vendi-ai/declarai/pull/11 * Implement sequence reducer by avivex1000 in https://github.com/vendi-ai/declarai/pull/22 * fix color by matankley in https://github.com/vendi-ai/declarai/pull/21 * Robustness and tests by avivex1000 in https://github.com/vendi-ai/declarai/pull/23 * initial attempt by avivex1000 in https://github.com/vendi-ai/declarai/pull/24 * Support parsing magic by avivex1000 in https://github.com/vendi-ai/declarai/pull/25 * move tests to seperate dir by avivex1000 in https://github.com/vendi-ai/declarai/pull/26 * seperate task decorator from declarai by avivex1000 in https://github.com/vendi-ai/declarai/pull/27 * some updates to docs by avivex1000 in https://github.com/vendi-ai/declarai/pull/28 * Add middleware support by avivex1000 in https://github.com/vendi-ai/declarai/pull/29 * completed beginners guide by avivex1000 in https://github.com/vendi-ai/declarai/pull/30 * fix navigation in docs by avivex1000 in https://github.com/vendi-ai/declarai/pull/31 * Improved support for type resolution by avivex1000 in https://github.com/vendi-ai/declarai/pull/32 * Chat interface by matankley in https://github.com/vendi-ai/declarai/pull/33 * fix output prompts for chat by matankley in https://github.com/vendi-ai/declarai/pull/34 * Refactor fucking everything by avivex1000 in https://github.com/vendi-ai/declarai/pull/35 * updates to readme by avivex1000 in https://github.com/vendi-ai/declarai/pull/36 * Update repo readme by avivex1000 in https://github.com/vendi-ai/declarai/pull/37 * Refactor docs content by avivex1000 in https://github.com/vendi-ai/declarai/pull/38 * add badges by avivex1000 in https://github.com/vendi-ai/declarai/pull/39
New Contributors * Tom-HA made their first contribution in https://github.com/vendi-ai/declarai/pull/4 * avivex1000 made their first contribution in https://github.com/vendi-ai/declarai/pull/6 * matankley made their first contribution in https://github.com/vendi-ai/declarai/pull/5