Skip to content

Commit

Permalink
Merge pull request #135 from mit-submit/feature/OpenAIEmbeddings_root
Browse files Browse the repository at this point in the history
change root config to OpenAIEmbeddings
  • Loading branch information
ludomori99 authored Oct 30, 2023
2 parents 499c0e5 + 397c97e commit 2d71e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod-root-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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: HuggingFaceEmbeddings
EMBEDDING_NAME: OpenAIEmbeddings
# list of possible embeddings to use in vectorstore
EMBEDDING_CLASS_MAP:
OpenAIEmbeddings:
Expand Down

0 comments on commit 2d71e64

Please sign in to comment.