This pull request includes a small change to the chunking/chunker_factory.py file. The change removes a logging statement that was previously used to log the docint_40_api attribute.
Key change:
Removed a logging statement that logged the docint_40_api attribute in the ChunkerFactory class's __init__ method. (chunking/chunker_factory.py)
This pull request includes a small change to the
chunking/chunker_factory.py
file. The change removes a logging statement that was previously used to log thedocint_40_api
attribute.Key change:
docint_40_api
attribute in theChunkerFactory
class's__init__
method. (chunking/chunker_factory.py
)