updated README
This commit is contained in:
parent
77dcf86fb1
commit
d6e03c1941
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ pip install -r requirements.txt
|
|||
```
|
||||
|
||||
3. Ensure PgVector Database is running:
|
||||
The app expects PgVector to be running on [localhost:6333](http://localhost:5532/). Adjust the configuration in the code if your setup is different.
|
||||
The app expects PgVector to be running on [localhost:5532](http://localhost:5532/). Adjust the configuration in the code if your setup is different.
|
||||
|
||||
```bash
|
||||
docker run -d \
|
||||
|
|
|
|||
Loading…
Reference in a new issue