mirror of
https://github.com/langgenius/dify.git
synced 2026-07-27 15:08:35 +08:00
chore: Grammar fix in VDB provider README ("a importable") (#39577)
This commit is contained in:
parent
99ed826a55
commit
5aa2092d0f
@ -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
|
||||
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user