Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Mention experimental WebAssembly binding
  • Loading branch information
philippgille committed Apr 25, 2024
1 parent 551af6d commit ea2e61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ For the full interface see the Godoc: <https://pkg.go.dev/github.com/philippgill
- [X] Zero dependencies on third party libraries
- [X] Embeddable (like SQLite, i.e. no client-server model, no separate DB to maintain)
- [X] Multi-threaded processing (when adding and querying documents), making use of Go's native concurrency features
- [X] Experimental WebAssembly binding
- Embedding creators:
- Hosted:
- [X] [OpenAI](https://platform.openai.com/docs/guides/embeddings/embedding-models) (default)
Expand Down

0 comments on commit ea2e61c

Please sign in to comment.