Antonio Linari

Results 8 issues of Antonio Linari

is there a way to create a route to serve static files?

Could you make Neighbor word and similarity accessible?

Could you add also **doc2vec** (aka paragraph vectors)?

Hi, I was able to join a multicast group and send a multicast message but I do not receive any message in reply from my multicast endpoint. The problem is...

Solved by adding `--sysctl net.ipv6.conf.all.disable_ipv6=0` to the docker run command

When I try to publish a message using boto3: ``` self.sns.publish( TopicArn=topic, Message= json.dumps({ 'default': message }), MessageStructure='json' ) ``` I get this error on the docker log: 2024/04/12 22:04:22...

How do I handle Text Indexing (fulltext search on elasticsearch as index backend)?

Currently the workflow processor runs branches trying to infere the DAG automatically or using order. The behavior of order prioritizes parallelism over sequential so in [ [ A, B], [C]...

enhancement
processors