Azure / gpt-rag-ingestion

MIT License
61 stars 53 forks source link

Fix 'filename is not defined' error #98

Closed placerda closed 2 months ago

placerda commented 2 months ago

Fix 'filename is not defined' error

This pull request includes a small change to the ChunkerFactory class in the chunking/chunker_factory.py file. The change removes an unnecessary logging statement from the constructor.