Current section
Files
Jump to
Current section
Files
CHANGELOG.md
<a name="v0.0.5"></a>
## [v0.0.5](https://github.com/marinac-dev/qdrant/compare/v0.0.4...v0.0.5)
> 2023-04-07
### Chores
* Bump version
### Features
* **qdrant:** Add Service module
<a name="v0.0.4"></a>
## [v0.0.4](https://github.com/marinac-dev/qdrant/compare/v0.0.3...v0.0.4)
> 2023-04-07
### Bug Fixes
* **qdrant:** Remove missing application
* **type:** Fix upsert_body typespec
### Chores
* Update CHANGELOG and gitignore
* Bump version
### 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
<a name="v0.0.3"></a>
## [v0.0.3](https://github.com/marinac-dev/qdrant/compare/v0.0.2...v0.0.3)
> 2023-04-07
### Chores
* Changelog update
### Features
* **api-http:** Add Cluster module with fns ([#2](https://github.com/marinac-dev/qdrant/issues/2))
<a name="v0.0.2"></a>
## [v0.0.2](https://github.com/marinac-dev/qdrant/compare/v0.0.1...v0.0.2)
> 2023-04-07
### Features
* **api-http:** Add Collections HTTP module ([#1](https://github.com/marinac-dev/qdrant/issues/1))
<a name="v0.0.1"></a>
## v0.0.1
> 2023-04-07
### Chores
* Decrese project version
* Update readme
* Add jason dependency
* Add tesla as HTTP client
* Add docs dependency
* Add CHANGELOG
* Prepare package for release
### Features
* **api-http:** Add client module
### Tidbit
* Update formater and .gitignore