Retrieval

This section is about the TellusR Retrieval module. Here you can define projects which hold documents and algorithms for retrieval.

The Docker service for this module is called tellusr-flow and coordinates insertion of documents and indexes as well as retrieval.

flowchart LR
    F["tellusr-flow"] --> S["Solr (search indexes, keyword / semantic)"]
    F --> M["MongoDB (documents)"]
    F --> C["DB (configurations)"]
    F --> N["TellusR NLP-service (local inference)"]