Skip to content

Commit

Permalink
Default to ST
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jan 15, 2024
1 parent f43d8c5 commit 66a4be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/embeddings/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ def create_embedding(self, values):
def get_embeddings_backend():

# TODO: configure
backend = "openai"
#backend = "openai"

# backend = "sentence_transformers"
backend = "sentence_transformers"

return embeddings_backends[backend]()

0 comments on commit 66a4be9

Please sign in to comment.