Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ThejasNU committed Feb 7, 2025
1 parent 3f18f5f commit f11c9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/agentc_core/agentc_core/learned/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ class EmbeddingModel(pydantic.BaseModel):
)
name: str = pydantic.Field(
description="The name of the embedding model being used.",
examples=["all-MiniLM-L12-v2", "https://12fs345d.apps.cloud.couchbase.com"],
examples=["all-MiniLM-L12-v2", "intfloat/e5-mistral-7b-instruct"],
)
base_url: typing.Optional[str] = pydantic.Field(
description="The base URL of the embedding model."
"This field must be specified is using a non-SentenceTransformers-based model.",
"This field must be specified if using a non-SentenceTransformers-based model.",
examples=["https://12fs345d.apps.cloud.couchbase.com"],
default=None,
)
Expand Down

0 comments on commit f11c9d2

Please sign in to comment.