mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-19 00:01:33 +00:00
docs: minor update
This commit is contained in:
parent
f60e5b1ab9
commit
9f2e9a402d
1 changed files with 2 additions and 2 deletions
|
|
@ -119,10 +119,10 @@ The asynchronous interface is particularly useful in the following scenarios:
|
|||
- **index_ef_search**: HNSW `ef_search` parameter passed to pyobvector (default: `100`).
|
||||
- **collection_name**: Table name for the collection (from `VectorStoreConfig`, default `reme`). Use lowercase names if your deployment restricts identifiers.
|
||||
|
||||
**Local seekdb via Docker** (repository root):
|
||||
**Local seekdb via Docker**
|
||||
|
||||
```text
|
||||
docker compose -f docker-compose.obvec.yml up -d
|
||||
docker run -d --name reme_seekdb -p 2881:2881 -e ROOT_PASSWORD=<your_root_password> quay.io/oceanbase/seekdb:latest
|
||||
```
|
||||
|
||||
**Integration tests** (requires a running server, embedding API credentials in `.env`, and matching DB password):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue