diff --git a/config/dev-config.yaml b/config/dev-config.yaml index 8d247b9..c6a5955 100644 --- a/config/dev-config.yaml +++ b/config/dev-config.yaml @@ -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: