config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "ListenConf" :{
  3. "HttpAddr":"",
  4. "HttpPort": 80
  5. },
  6. "GDBConf": {
  7. "Host":"ws://39.97.6.89:8182/gremlin",
  8. "User":"root",
  9. "Password": "Mybigpai@"
  10. },
  11. "AlgoConfs" :[
  12. {
  13. "Name":"lr",
  14. "Type": "EAS",
  15. "EasConf": {
  16. "Processor" : "PMML",
  17. "Url":"http://39.97.6.89:9090/api/predict/rec_v3",
  18. "Auth":"Yjc3ZDJlZmU3Y2JiMTVlOWQ0ZTRmNmM2NjVlMWZiZjJjYmZmYzgyYg=="
  19. }
  20. },
  21. {
  22. "Name":"tftest",
  23. "Type": "EAS",
  24. "EasConf": {
  25. "Processor" : "TensorFlow",
  26. "Url":"http://39.97.6.89:9090/api/predict/tftest",
  27. "Auth":"MWQxMThmMTdhNzc0MGZkYzI5NmQwNTczOGVmNDE0YjlkMWNmYzE4OA==",
  28. "SignatureName":"serving_default"
  29. }
  30. },
  31. {
  32. "Name":"vector",
  33. "Type":"FAISS",
  34. "VectorConf": {
  35. "ServerAddress" : "localhost:9000",
  36. "Timeout": 100
  37. }
  38. }
  39. ]
  40. }