Textual Haystack
Installing and configuring the integration
pip install textual-haystackProviding a Textual API key
export TONIC_TEXTUAL_API_KEY="your-api-key"from haystack.utils.auth import Secret
extractor = TonicTextualEntityExtractor(
api_key=Secret.from_token("your-api-key")
)Providing the URL for a self-hosted instance
Textual Haystack components
Component
Description
Using the entity extraction component
Document cleaning
Last updated
Was this helpful?