Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
3x3cut0r committed Apr 30, 2024
1 parent 7f78916 commit 1413244
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions privategpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,12 @@ secret: "Basic c2VjcmV0OmtleQ=="
**- for pipeline mode:** this is the number of workers that can perform embeddings.
- `EMBEDDING_EMBED_DIM` - The dimension of the embeddings stored in the Postgres database. - **Default: 384**

- **Specify the model used for embedding with `HF_EMBEDDING_HF_MODEL_NAME`**
- **Specify the model used for embedding with `HUGGINGFACE_EMBEDDING_HF_MODEL_NAME`**

###### HuggingFace

- `HF_EMBEDDING_HF_MODEL_NAME` - Name of the HuggingFace model to use for embeddings - **Default: BAAI/bge-small-en-v1.5**
- `HUGGINGFACE_EMBEDDING_HF_MODEL_NAME` - Name of the HuggingFace model to use for embeddings - **Default: BAAI/bge-small-en-v1.5**
- `HUGGINGFACE_TOKEN` - Your HuggingFace token - **Default: None**

###### Vectorstore

Expand Down

0 comments on commit 1413244

Please sign in to comment.