Skip to content

Commit

Permalink
Updated embedding model
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll committed May 22, 2024
1 parent 4154132 commit 84f5bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/movie_review/contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MovieReview:
MovieReviewEmbedding = ollama_embedding_contract(
input=review.text,
entities=review.file,
model="nomic-embed-text",
model="all-minilm",
endpoint="http://host.docker.internal:11434",
contract_name="movie_review_embedding",
contacts=["@MatsMoll"]
Expand Down

0 comments on commit 84f5bcc

Please sign in to comment.