Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
target/scanoss-folder-hashing-import-linux-arm64
scanoss-folder-hashing-api_linux-amd64_${{ github.ref_name }}-1.tgz
scanoss-folder-hashing-api_linux-arm64_${{ github.ref_name }}-1.tgz
docker-compose.qdrant.yml
docker-compose-qdrant.yml
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0] - 2025-10-24
## Changed
- Update qdrant's docker compose file name


## [0.5.0] - 2025-10-08
## Added
Expand Down Expand Up @@ -40,3 +44,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.2.0]: https://github.com/scanoss/folder-hashing-api/compare/v0.0.0...v0.2.0
[0.4.2]: https://github.com/scanoss/folder-hashing-api/compare/v0.2.0...v0.4.2
[0.5.0]: https://github.com/scanoss/folder-hashing-api/compare/v0.4.2...v0.5.0
[0.6.0]: https://github.com/scanoss/folder-hashing-api/compare/v0.5.0...v0.6.0
[0.7.0]: https://github.com/scanoss/folder-hashing-api/compare/v0.6.0...v0.7.0
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The project includes `docker-compose.qdrant.yml` in the root directory for runni

```bash
# Start Qdrant vector database
docker-compose -f docker-compose.qdrant.yml up -d
docker-compose -f docker-compose-qdrant.yml up -d
```

## 🚀 Installation
Expand Down Expand Up @@ -151,7 +151,7 @@ sudo systemctl enable scanoss-folder-hashing-api
Start Qdrant using Docker Compose:

```bash
docker-compose -f docker-compose.qdrant.yml up -d
docker-compose -f docker-compose-qdrant.yml up -d
```

This starts Qdrant with:
Expand Down
Loading