View Source CHANGELOG
v0-0-7
v0.0.7
2023-05-14
chores
Chores
- Update hex.pm license
features
Features
- qdrant: Multiple changes
- qdrant: Add API key for Cloud and make port configurable. (#4)
v0-0-6
v0.0.6
2023-04-23
bug-fixes
Bug Fixes
- qdrant-points: Fix upsert_body typespec and use PUT instead of POST
chores-1
Chores
- Bump version
- Update README.md
- Update LICENSE
- Update CHANGELOG
features-1
Features
- qdrant: Add API key for Cloud and make port configurable.
- qdrant: Update Qdrant module
- qdrant: Decouple Points from Collections into it's own module
- qdrant: WIP Qdrant module
- qdrant: Add Api Wrapper module
- qdrant-types: Extract typespec into module
tidbit
Tidbit
- Update variable name
v0-0-5
v0.0.5
2023-04-07
chores-2
Chores
- Bump version
features-2
Features
- qdrant: Add Service module
v0-0-4
v0.0.4
2023-04-07
bug-fixes-1
Bug Fixes
- qdrant: Remove missing application
- type: Fix upsert_body typespec
chores-3
Chores
- Update CHANGELOG and gitignore
- Bump version
features-3
Features
- api-http: Add upsert_points fn
- qdrant: Add scroll_points, search_points_batch, recommend_points, and recommend_points_batch FN-s
- qdrant: Add set_payload, overwrite_payload, delete_payload, clear_payload FN-s
- qdrant: Add delete_points and search_points fn
- qdrant: Add qdrant applicaiton
v0-0-3
v0.0.3
2023-04-07
chores-4
Chores
- Changelog update
features-4
Features
- api-http: Add Cluster module with fns (#2)
v0-0-2
v0.0.2
2023-04-07
features-5
Features
- api-http: Add Collections HTTP module (#1)
v0-0-1
v0.0.1
2023-04-07
chores-5
Chores
- Decrese project version
- Update readme
- Add jason dependency
- Add tesla as HTTP client
- Add docs dependency
- Add CHANGELOG
- Prepare package for release
features-6
Features
- api-http: Add client module
tidbit-1
Tidbit
- Update formater and .gitignore