Skip to content

Commit

Permalink
pass to HFEmbeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovico Mori committed Nov 3, 2023
1 parent 160e427 commit bafbd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dev-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ utils:
reset_collection: True # reset the entire collection each time it is accessed by a new data manager instance
embeddings:
# choose one embedding from list below
EMBEDDING_NAME: OpenAIEmbeddings
EMBEDDING_NAME: HuggingFaceEmbeddings
# list of possible embeddings to use in vectorstore
EMBEDDING_CLASS_MAP:
OpenAIEmbeddings:
Expand Down

0 comments on commit bafbd5c

Please sign in to comment.