updated README

This commit is contained in:
ShubhamSaboo 2024-09-15 20:53:42 -05:00
parent 77dcf86fb1
commit d6e03c1941

View file

@ -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 \