Langroid

Latest version: v0.45.7

Safety actively analyzes 714860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 37 of 69

0.1.216

* Concurrency: Improvements to allow concurrent runs of `DocChatAgent`, see the
[`test_doc_chat_agent.py`](https://github.com/langroid/langroid/blob/main/tests/main/test_doc_chat_agent.py) in particular the `test_doc_chat_batch()`;
* Batch running of tasks: New task run utility: [`run_batch_task_gen`](https://github.com/langroid/langroid/blob/main/langroid/agent/batch.py)
where a task generator can be specified, to generate one task per input.

0.1.215

LanceDB nearest neighbor search - use `prefilter=True` when using a filter

0.1.214

- Adds a remote embeddings server for sentence transformer embeds, using grpc for remote procedure calls, allowing running langroid and generating local embeddings on different machines; currently, this functionality is not handled by tools such as ollama and litellm.

- If possible, uses data parallelism for local embeds; adds configurable batch sizes for all embeddings.

- Additionally, improves imports for parsing and vector stores.

0.1.213

run_batch_tasks` now takes a `turns` param to limit number of turns in each task (default = -1 meaning infinite)

0.1.212

ImagePdfParser`: extract text from image-based pdfs. This means `DocChatAgent` now works with image-based pdfs.

0.1.211

LanceDB: when creating schema, sort fields to prevent variable ordering and consequent mismatch between stored table and new docs during ingest.

Page 37 of 69

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.