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, as an out-of-the-box question answer system.

Starting the Server

Starting the server is quite easy, 

With built-in configuration (Saga UI compatible)

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

With custom configuration and pipeline

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

...

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