typedb / typedb-console

TypeDB Console: CLI for TypeDB and TypeDB Cluster
https://typedb.com
Mozilla Public License 2.0
7 stars 16 forks source link

Greek characters/vaticle #208

Open Constantina564 opened 1 year ago

Constantina564 commented 1 year ago
  1. OS Windows 10
  2. TypeDB 2.8.0

I'm trying to build a knowledge graph. Τhe entities, relationships and attributes are defined as I need them. I'm trying to build a chatbot for a Greek civil service, but when i import some data in greek i encounter the following problems

Steps to create the smallest reproducible scenario:

  1. create schema.tql
  2. cmd - typedb.server
  3. cmd-typedb console
  4. transaction ... schema write
  5. [TQL03] TypeQL Error: There is a syntax error at line 169: $pt=="??τ?? ??σ????ε???"; ^ mismatched input '$pt' expecting {'match', 'define', 'undefine', 'insert'}
flyingsilverfin commented 1 year ago

@Constantina564 can you try using a newer version of TypeDB? Also, does this issue arise on Linux machine?

Thanks!