Skip to content

testmodel for the mgnlq_abot and dependent projects

License

Notifications You must be signed in to change notification settings

jfseb/mgnlq_testmodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mgnlq_testmodel

test model data for the mongo db based nlq processing

contains

  1. Mongoose schema .mongooseschema.json
  2. Model documents (which are effectively model data loaded into mongoose) .doc.json
  3. .data.json
Filename comment
model.json
.doc.json Model Documents data effectively loaded into mongodb "models" collection
.mongooseschema.json
.data.json

How to use

The data can be uploaded into a mongodb ("testdb") via mgnlq_model

npm run load_data

this module is used as reference data in many projects

an alternative source and target name can be specified via:

var mongoConnectionString = process.env.MONGO_DBURL || 'mongodb://localhost/testdb'; var modelPath = process.env.MGNLQ_MODELPATH || 'node_modules/mgnlq_testmodel/testmodel/';

history

0.0.5 uri_rank, uri

About

testmodel for the mgnlq_abot and dependent projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published