Skip to content

Commit

Permalink
Support browser runner (#721)
Browse files Browse the repository at this point in the history
* Use redis as vector search

* Fix publish_to

* Fix syntax

* add runner; bump hypha-rpc
  • Loading branch information
oeway authored Nov 29, 2024
1 parent 37030f4 commit c2fcc36
Show file tree
Hide file tree
Showing 18 changed files with 906 additions and 848 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Hypha Change Log

### 0.20.41

- Add `time_limit` for server apps to limit the running time
- Support launching server apps worker in a separate service

### 0.20.40

- Add vector store service to support vector search and retrieval.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ svc = await get_remote_service("http://localhost:9527/ws-user-scintillating-lawy
Include the following script in your HTML file to load the `hypha-rpc` client:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].40/dist/hypha-rpc-websocket.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].41/dist/hypha-rpc-websocket.min.js"></script>
```

Use the following code in JavaScript to connect to the server and access an existing service:
Expand Down
Loading

0 comments on commit c2fcc36

Please sign in to comment.