Skip to main content

No project description provided

Project description

ChatQL

GraphQL based chat engine

Dependencies

This module depend following system environment.

  • python >= 3.6
  • mongodb >= 4.0

Following dependency python modules are installed when pip install.

  • graphene >= 2.1
  • mongoengine >= 0.16.3

Demo

You clone this repository and run following commands.

After, you can access GraphQL interface POST localhost:8080/graphql.

Please check response by GraphQL tool (ex: GraphiQL).

docker build ./demo -t chatql
docker run -p 8080:5000 -it chatql

TODO

  • Application Function
    • Response Generator with Template Engine
    • Extract Entity with Template Matching
    • Non Text Query
    • Intent Estimator with Machine Learning
    • Extract Entity with Machine Learning
  • Document
    • API Docs
    • Conditions Pattern Docs
    • Response Docs

License

MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chatql-0.1.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

chatql-0.1.1-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page