Bug-fix: .env settings were not being used in configuration.py
0.1.32
DocChatAgent now cites verbatim extracts in addition to source link/name
0.1.31
Task class has method `set_color_log(enable=True)` to allow turning off color logs, to avoid issues in Colab (See Issue 182)
0.1.30
addresses error when qdrant local path is being reused
0.1.29
Added TableChatAgent to chat with tabular data
0.1.28
utils/logger.py - change how Conole is used, to prevent logs from showing up in a Colab cell. When running on command line, the agent logs are only written to a file, not to the console. But when running in Colab, they show up in the cell output.