Skip to content

Commit

Permalink
update llamafile docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomuseumbot committed Aug 23, 2024
1 parent 529a485 commit 90d83d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embeddings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ctx := context.Background()
e, _ := embeddings.NewEmbedder(ctx, "llamafile://{HOST}:{PORT}?{PARAMETERS")
```

Where `{HOST}` and `{PORT}` are the hostname and port the llamafile API is listening for requests on. Defaults, if omitted, are "localhost" and "8080", respectively.

Valid parameters for the `LlamafileEmbedder` implemetation are:

| Name | Value | Required | Notes |
Expand Down

0 comments on commit 90d83d3

Please sign in to comment.