TellusR allows you to interact with your search data through an LLM, using its powerful underlying RAG capabilities.
When the chat functionality is enabled, it can be accessed through the TellusR API or tested out in the TellusR administration interface in the chat section.
To enable this functionality, you must add an authorization key for your preferred LLM. You can do this in one of the following ways:
OPENAI_API_KEY=<openai authorization token>
# For fireworks.ai
# FIREWORKS_API_KEY=<fireworks authorization token>
# For Azure OpenAI
# AZURE_OPENAI_API_KEY=<azure authorization token>
# AZURE_OPENAI_API_RESOURCE=<resource configured in Azure>
# AZURE_OPENAI_API_DEPLOYMENT=<deplyment as configured in Azure>
#
# If configured, a cheaper key may be used for some steps:
# AZURE2_OPENAI_API_KEY=<azure authorization token>
# AZURE2_OPENAI_API_RESOURCE=<resource configured in Azure>
# AZURE2_OPENAI_API_DEPLOYMENT=<deplyment as configured in Azure>
Please contact the TellusR team for assistance with advanced configuration needs.