Skip to content

Commit

Permalink
Add step for sentence_transformers
Browse files Browse the repository at this point in the history
Signed-off-by: giraffekey <[email protected]>
  • Loading branch information
giraffekey committed Dec 23, 2024
1 parent d73173a commit 720d1fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions guides/20240819_history_embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ AZURE_OPENAI_API_KEY=<your_azure_api_key>

## Embedding and Searching Your Browser History

In order to use the script, the `sentence_transformers` module is required to be installed on the user device.

You can install the dependency with the following command:

```bash
pip install sentence_transformers
```

### Embedding

With your [development environment](</definitions/20240819_definition_development environment.md>) ready, you can now embed your browser history into ChromaDB.
Expand Down

0 comments on commit 720d1fb

Please sign in to comment.