Skip to content

Releases: langroid/langroid

0.1.34

31 Jul 12:27
Compare
Choose a tag to compare

fix TableChatAgent: wasn't getting column list; improve err handling

0.1.33

30 Jul 19:15
Compare
Choose a tag to compare

Bug-fix: .env settings were not being used in configuration.py

0.1.32

30 Jul 02:17
Compare
Choose a tag to compare

DocChatAgent now cites verbatim extracts in addition to source link/name

0.1.31

27 Jul 22:11
Compare
Choose a tag to compare

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

27 Jul 16:50
Compare
Choose a tag to compare

addresses error when qdrant local path is being reused

0.1.29

27 Jul 15:55
Compare
Choose a tag to compare

Added TableChatAgent to chat with tabular data

0.1.28

25 Jul 21:37
Compare
Choose a tag to compare

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

22 Jul 22:15
Compare
Choose a tag to compare

support Momento for cache, as an alternative to Redis

0.1.26

21 Jul 14:45
Compare
Choose a tag to compare

.env make all keys except OpenAI optional

0.1.25

21 Jul 13:13
Compare
Choose a tag to compare

remove Redis, Qdrant configs hardwired to our free accounts;
Get the configs from .env file;
Add instructions in readme, docs