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.
0.1.27
support Momento for cache, as an alternative to Redis
0.1.26
.env make all keys except OpenAI optional
0.1.25
remove Redis, Qdrant configs hardwired to our free accounts; Get the configs from .env file; Add instructions in readme, docs
0.1.24
DocChatAgent supports pdf URLs and Paths
0.1.23
Fixed 161 - summarize_docs() was using completion_model context regardless of llm's use_chat_for_completion flag