Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix tailing ws
Browse files Browse the repository at this point in the history
  • Loading branch information
miararoy committed Nov 1, 2023
1 parent a00b8c4 commit cd0fba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canopy/knowledge_base/record_encoder/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class RecordEncoder(ABC, ConfigurableMixin):
"""
Base class for RecordEncoders. Encodes document chunks and queries to vector representations.
The vector representation may include both dense and sparse values.
The vector representation may include both dense and sparse values.
Dense values are usually generated by an embedding model, and sparse values usually represent weighted keyword counts.
Canopy RecordEncoder implementation seperates the encoding of documents and queries: we do it since
Expand Down

0 comments on commit cd0fba4

Please sign in to comment.