Skip to content

Commit

Permalink
chore: revert to qdrant 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jul 2, 2024
1 parent 802603d commit f73b23f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- 3001:3001

qdrant:
image: docker.io/qdrant/qdrant:v1.9.7
image: docker.io/qdrant/qdrant:v1.8.2
ports:
- 6333:6333
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/sections/qdrant/04-vector-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ qdrant-1 | | (_| | (_| | | | (_| | | | | |_
qdrant-1 | \__, |\__,_|_| \__,_|_| |_|\__|
qdrant-1 | |_|
qdrant-1 |
qdrant-1 | Version: 1.9.7, build: 5c29cad7
qdrant-1 | Version: 1.8.2, build: 5c29cad7
qdrant-1 | Access web UI at http://localhost:6333/dashboard
qdrant-1 |
qdrant-1 | 2024-07-02T08:12:18.712387Z INFO storage::content_manager::consensus::persistent: Initializing new raft state at ./storage/raft_state.json
Expand Down
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ param backendApiImageName string = ''
param ingestionApiName string = 'ingestion'
param ingestionApiImageName string = ''
param qdrantName string = 'qdrant'
param qdrantImageName string = 'docker.io/qdrant/qdrant:v1.9.7'
param qdrantImageName string = 'docker.io/qdrant/qdrant:v1.8.2'

// The free tier does not support managed identity (required) or semantic search (optional)
@allowed(['basic', 'standard', 'standard2', 'standard3', 'storage_optimized_l1', 'storage_optimized_l2'])
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ declare module 'fastify' {
- 3001:3001
qdrant:
image: docker.io/qdrant/qdrant:v1.9.7
image: docker.io/qdrant/qdrant:v1.8.2
ports:
- 6333:6333
volumes:
Expand Down

0 comments on commit f73b23f

Please sign in to comment.