Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
7c067634
Unverified
Commit
7c067634
authored
Jan 10, 2024
by
Jyong
Committed by
GitHub
Jan 10, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Qdrant version (#1979)
parent
1fe4e3af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker-compose.middleware.yaml
docker/docker-compose.middleware.yaml
+1
-1
docker-compose.yaml
docker/docker-compose.yaml
+1
-1
No files found.
docker/docker-compose.middleware.yaml
View file @
7c067634
...
...
@@ -56,7 +56,7 @@ services:
# (if uncommented, you need to comment out the weaviate service above,
# and set VECTOR_STORE to qdrant in the api & worker service.)
# qdrant:
# image: qdrant/qdrant:
latest
# image: qdrant/qdrant:
1.7.3
# restart: always
# volumes:
# - ./volumes/qdrant:/qdrant/storage
...
...
docker/docker-compose.yaml
View file @
7c067634
...
...
@@ -287,7 +287,7 @@ services:
# (if uncommented, you need to comment out the weaviate service above,
# and set VECTOR_STORE to qdrant in the api & worker service.)
# qdrant:
# image: langgenius/qdrant:
latest
# image: langgenius/qdrant:
1.7.3
# restart: always
# volumes:
# - ./volumes/qdrant:/qdrant/storage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment