mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -183,7 +183,7 @@ class AlephAlphaAsymmetricSemanticEmbedding(BaseModel, Embeddings):
|
||||
|
||||
|
||||
class AlephAlphaSymmetricSemanticEmbedding(AlephAlphaAsymmetricSemanticEmbedding):
|
||||
"""The symmetric version of the Aleph Alpha's semantic embeddings.
|
||||
"""Symmetric version of the Aleph Alpha's semantic embeddings.
|
||||
|
||||
The main difference is that here, both the documents and
|
||||
queries are embedded with a SemanticRepresentation.Symmetric
|
||||
|
Reference in New Issue
Block a user