* `VectorStore`: `add_document()` now adds `metadata.id` to documents if absent (affected ChromaDB). * `DocChatAgent`: default to `lancedb` instead of `qdrant` * `test_doc_chat_agent`: test with `ChromaDB`, `LanceDB`, `QdrantDB` vector-stores. * `urls.find_urls()`: fix bug, ensure base URL is at front of list
0.1.138
Minor: remove `recipient` field in ToolMessage (Use `require_recipient` to add this field)
0.1.137
Qdrant-client -> 1.7.0 -- minor code update due to this
0.1.136
Task.step(): fix small issue when handling invalid recipient.
0.1.135
Fixed PARA_SENTENCE window_id issue
0.1.134
parser: fix add_window_ids so PARA_SENTENCE works correctly