Skip to content

Commit

Permalink
"fixed typo in dense.py docstring" (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorru authored Feb 8, 2024
1 parent 3286641 commit 04b4c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/knowledge_base/record_encoder/dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class DenseRecordEncoder(RecordEncoder):
"""
DenseRecordEncoder is a subclass of RecordEncoder that generates dense vector representation of documents chunks and textual queries.
The dense represntation generated by the `DenseRecordEncoder` is a list of floats in a given dimension.
The dense representation generated by the `DenseRecordEncoder` is a list of floats in a given dimension.
DenseRecordEncoder wraps a BaseDenseEncoder from the `pinecone-text` library to encode the text itself.
for more information about the BaseDenseEncoder see: https://github.com/pinecone-io/pinecone-text
""" # noqa: E501
Expand Down

0 comments on commit 04b4c7c

Please sign in to comment.