Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Page under cosntruction

Saga Server is a JavaSpark server, implementing Saga Library and other tools, as an out-of-the-box question answer system. fully integrated with Saga Admin UI.

Image Removed

Starting the Server

Starting the server is quite easy and can be done with this 2 options:

With built-in configuration (Saga UI compatible)

This execution means using the embedded configuration inside the server which expects a MongoDB called "sagaDB" with the collections and the formats expected from Saga Admin UI.

Code Block
languagetext
themeMidnight
java -jar -Dfile.encoding=UTF-8 saga-server-parser-0.0.1-SNAPSHOT.jar

With custom configuration and pipeline

This execution requires for a config.js and a pipelines.json file to be passed as parameters of the application, we recommend to overwrite the files within the jar of the server, in order to use and preserve the Saga Admin UI format of the database.

...

languagetext
themeMidnight

...

When we refer to the Saga Solution we mean the combination of the Saga Management UISaga Server, Python Bridge and Saga Library, among other utilities created to accelerate the creation of an NLP (Natural Language Processing) base.  In the diagram below you can see how each part fits together and how the App and the Data Storage (of which Saga is independent) interacts with the Saga Solution.



Image Added