Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.1.0 #39

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

## 0.1.0 (2024-04-03)


### Features

* add --gpu flag ([#3](https://github.com/vana-com/selfie/issues/3)) ([9910ba7](https://github.com/vana-com/selfie/commit/9910ba7dc6afd48e3ff99543f5afb8fe926ebd86))
* add a European WhatsApp date format and support ngrok domains ([#5](https://github.com/vana-com/selfie/issues/5)) ([49a6100](https://github.com/vana-com/selfie/commit/49a61000ff5d1f81bd255ef4d3ebf4ffeaa3cf04))
* configurable application settings ([#38](https://github.com/vana-com/selfie/issues/38)) ([263c5c5](https://github.com/vana-com/selfie/commit/263c5c5203fdcc51ebfbc4fe03f9b73a9d6a6d5e))
* Docker support ([#25](https://github.com/vana-com/selfie/issues/25)) ([2c943db](https://github.com/vana-com/selfie/commit/2c943db9f8e69f5dd68161dce44a1c5f88ba605d))
* finish ChatGPT connector ([#15](https://github.com/vana-com/selfie/issues/15)) ([69f2355](https://github.com/vana-com/selfie/commit/69f235503aac5d79ee57c1ff3833f79f50faaa4c))
* improved data model and UI ([#10](https://github.com/vana-com/selfie/issues/10)) ([7cf9a98](https://github.com/vana-com/selfie/commit/7cf9a9839ccb8980eca5b500141c036935073e64))
* macOS executable ([#28](https://github.com/vana-com/selfie/issues/28)) ([74b91e3](https://github.com/vana-com/selfie/commit/74b91e30f875566fb736a8b7af759dc8717f80e3))
* Manage Data page ([#22](https://github.com/vana-com/selfie/issues/22)) ([4bc26b6](https://github.com/vana-com/selfie/commit/4bc26b65f4ceb42f1b075daec1b72c1c78466dfc))
* Refactor GET /documents to return minimal fields ([#21](https://github.com/vana-com/selfie/issues/21)) ([db81e61](https://github.com/vana-com/selfie/commit/db81e612267655b9af02e49714ba488f555cb577))
* Show loading indicator when searching for documents ([#19](https://github.com/vana-com/selfie/issues/19)) ([c9d3913](https://github.com/vana-com/selfie/commit/c9d39137848e180109ee14d6aa435444cfc6dcd5))
* support files exceeding browser data URI limits ([#16](https://github.com/vana-com/selfie/issues/16)) ([6a64586](https://github.com/vana-com/selfie/commit/6a64586ad845fd8dfa775683d29e91b46bc4b41b))
* Telegram and Text Files connectors ([#20](https://github.com/vana-com/selfie/issues/20)) ([02cc326](https://github.com/vana-com/selfie/commit/02cc3266ab0319fe92be522aff9e649715a35d73))


### Bug Fixes

* document deletion and large embeddings ([#27](https://github.com/vana-com/selfie/issues/27)) ([04b5263](https://github.com/vana-com/selfie/commit/04b5263e342dbfb77d3e0d002423ff49a0ab2f64))
* get documents API and text files connector ([#31](https://github.com/vana-com/selfie/issues/31)) ([c7248a4](https://github.com/vana-com/selfie/commit/c7248a4a3ba762fb6e6d34f99df19a497df4469a))
* new WhatsApp format, dependency errors, UI improvements ([#1](https://github.com/vana-com/selfie/issues/1)) ([b67e497](https://github.com/vana-com/selfie/commit/b67e497c6a977b48ba37471deb58763aa797632d))
* parse old ChatGPT conversations ([#18](https://github.com/vana-com/selfie/issues/18)) ([ce8df83](https://github.com/vana-com/selfie/commit/ce8df836ca7a99a4f34bff70c48a4208921ca8ec))
* require python 3.11 to avoid segfault ([#6](https://github.com/vana-com/selfie/issues/6)) ([1945f58](https://github.com/vana-com/selfie/commit/1945f583d6b3f5533ba07ff0dfd2265a8b6132c2))
* start.sh fails in some environments ([#24](https://github.com/vana-com/selfie/issues/24)) ([e979c71](https://github.com/vana-com/selfie/commit/e979c71eb6c7f576105b0028faeb501005b36369))
* use a default model that works OOTB with latest llama.cpp ([#4](https://github.com/vana-com/selfie/issues/4)) ([831d261](https://github.com/vana-com/selfie/commit/831d261a935c390960bb03eff632e4a8cac1f298))
* use correct API endpoints in UI development mode ([#7](https://github.com/vana-com/selfie/issues/7)) ([b44a860](https://github.com/vana-com/selfie/commit/b44a860ea6ae808b0231c3feda72329ac63c614e))
* use OpenMP flag to avoid macOS segfault ([#34](https://github.com/vana-com/selfie/issues/34)) ([716df52](https://github.com/vana-com/selfie/commit/716df52b517006ef221868420a62da254638b85f))


### Documentation

* add a video tour ([#26](https://github.com/vana-com/selfie/issues/26)) ([a03b5f7](https://github.com/vana-com/selfie/commit/a03b5f735bca2cc2815c3cb72774af4d15ad9c04))
* clarify Add Directory ([#9](https://github.com/vana-com/selfie/issues/9)) ([12cf251](https://github.com/vana-com/selfie/commit/12cf251859cbec0d8ea8580e2f81864203328805))
* poetry install instructions ([#8](https://github.com/vana-com/selfie/issues/8)) ([10b16f0](https://github.com/vana-com/selfie/commit/10b16f00d7f98286ac9c8ccc52b579802fbcd7ce))
* write API documentation ([#29](https://github.com/vana-com/selfie/issues/29)) ([d2b6bdf](https://github.com/vana-com/selfie/commit/d2b6bdf53669ed6561f240920471f25aa17a288b))