Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into fix_restart
Browse files Browse the repository at this point in the history
  • Loading branch information
small-turtle-1 committed Dec 11, 2024
2 parents 2cb9863 + 6ba5e68 commit a71b67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getstarted/deploy_infinity_server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If you are on Windows 10+, you must enable WSL or WSL2 to deploy Infinity using
pip install infinity-sdk==0.5.0.dev5
```

### Connect to Infinity Server and run a dense vector search
### Run a vector search

```python
import infinity
Expand Down Expand Up @@ -178,7 +178,7 @@ sudo systemctl start infinity
pip install infinity-sdk==0.5.0.dev5
```

### Connect to Infinity Server and run a dense vector search
### Run a vector search

```python
import infinity
Expand Down

0 comments on commit a71b67b

Please sign in to comment.