Fix docstring (#2147) (#2160)

Somehow docstring was doubled. A minor fix for this

---------

Co-authored-by: Piotr Mazurek <piotr635@gmail.com>
doc
Ankush Gola 1 year ago committed by GitHub
parent 09085c32e3
commit ffb7de34ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,15 +10,9 @@ class AlephAlphaAsymmetricSemanticEmbedding(BaseModel, Embeddings):
"""
Wrapper for Aleph Alpha's Asymmetric Embeddings
AA provides you with an endpoint to embed a document and a query.
The models were optimized to make the embeddings of a document and
the query about the document as similar to each other
as possible. Wrapper for Aleph Alpha's Asymmetric Embeddings
AA provides you with an endpoint to embed a document and a query.
The models were optimized to make the embeddings of documents and
the query for a document as similar as possible.
To learn more, check out: https://docs.aleph-alpha.com/docs/tasks/semantic_embed/
To learn more, check out:
https://docs.aleph-alpha.com/docs/tasks/semantic_embed/
Example:
.. code-block:: python

Loading…
Cancel
Save