Redactive

Latest version: v2.0.1

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

Scan your dependencies

Page 1 of 4

2.0.1

What's Changed
* Fixes the `list_connections` method in the Python SDK to pass the correct token to the gRPC server.


**Full Changelog**: https://github.com/redactive-ai/redactive/compare/v2.0.0...v2.0.1

2.0.0

What's Changed

Implements methods to be compatible with v2 of the Redactive gRPC API 🎉

:warning: Breaking Changes :warning:

- `queryChunks` is now called `searchChunks`. For simplicity, it accepts a parameter called `query` instead of `semanticQuery`.
- `getChunksByURL` and `queryChunksByDocumentName` are now one method called `getDocument`. It accepts a parameter called `ref`. If this parameter is a URL, we will fetch the resource at that URL. If `ref` is a non-URL string, we treat it as the document's name, and attempt to match all chunks in a document with that name. Note: URL refs are recommended, as they are typically more precise.
- Both of these methods return a Response object that includes both chunks and metadata about the request status, as opposed to just returning chunks.

Other Changes

- Updated the documentation to be clearer and more comprehensive.
- More descriptive error messages should be returned when things go wrong.
- Responses from the gRPC endpoints include a list of `providers_used` to fulfil the request. This is the intersection of data providers the user has access to and any filters applied.

**Full Changelog**: https://github.com/redactive-ai/redactive/compare/v1.4.9...v2.0.0

1.4.10

What's Changed
* Fixes the `list_connections` method in the Python SDK to pass the correct token to the gRPC server.

**Full Changelog**: https://github.com/redactive-ai/redactive/compare/v1.4.9...v1.4.10

1.4.9

What's Changed
* Add support for multiuser client in python by IsisChameleon in https://github.com/redactive-ai/redactive/pull/44
* Add & update docstrings, type hints, param defaults by MattTimms in https://github.com/redactive-ai/redactive/pull/47


**Full Changelog**: https://github.com/redactive-ai/redactive/compare/v1.4.8...v1.4.9

1.4.8

What's Changed
* Adding the ability to find the chunks of a document given its name by IsisChameleon in https://github.com/redactive-ai/redactive/pull/42

New Contributors
* IsisChameleon made their first contribution in https://github.com/redactive-ai/redactive/pull/42

**Full Changelog**: https://github.com/redactive-ai/redactive/compare/v1.4.7...v1.4.8

1.4.7

What's Changed
* refactor(node-sdk): object parameters for some methods by MattTimms in https://github.com/redactive-ai/redactive/pull/41


**Full Changelog**: https://github.com/redactive-ai/redactive/compare/v1.4.6...v1.4.7

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.