Cinnamon / kotaemon

An open-source RAG-based tool for chatting with your documents.
https://cinnamon.github.io/kotaemon/
Apache License 2.0
16.51k stars 1.27k forks source link

fix: [minor] convert path to str #237

Closed mkhludnev closed 1 month ago

mkhludnev commented 2 months ago

Description

I noticed type cast error in pycharm debug (it intercept forking programs). Anyway, this change obeys types. Although, this conversion happens implicitly.

Type of change