chore: Grammar fix in VDB provider README ("a importable") (#39577)

This commit is contained in:
SpiliosDmk 2026-07-25 22:36:17 +03:00 committed by GitHub
parent 99ed826a55
commit 5aa2092d0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ In `pyproject.toml`:
pgvector = "dify_vdb_pgvector.pgvector:PGVectorFactory"
```
The value is **`module:attribute`**: a importable module path and the class implementing `AbstractVectorFactory`.
The value is **`module:attribute`**: an importable module path and the class implementing `AbstractVectorFactory`.
### How registration works

View File

@ -41,7 +41,7 @@ docker build -f dify-agent-runtime/docker/Dockerfile \
dify-agent-runtime/
```
### Runing docker container
### Running docker container
```
docker run -d --name dify-agent-runtime \