Skip to main content

A telegram bot jumping in your citation database like a rabbit!

Project description

citation-rabbot

A telegram bot jumping in your citation database like a rabbit!

Index in Neo4J

fulltext index for title and abstract is necessary for /search_by_abstract:

CREATE FULLTEXT INDEX publication_title_fulltext_index FOR (p:Publication) ON EACH [p.title];
CREATE FULLTEXT INDEX publication_abstract_fulltext_index FOR (p:Publication) ON EACH [p.abstract];

For faster search, you can add text index for title:

CREATE TEXT INDEX publication_title_hash_text_index FOR (p:Publication) ON (p.title_hash);

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

citation-rabbot-3.19.1.tar.gz (10.7 kB view details)

Uploaded Source

File details

Details for the file citation-rabbot-3.19.1.tar.gz.

File metadata

  • Download URL: citation-rabbot-3.19.1.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for citation-rabbot-3.19.1.tar.gz
Algorithm Hash digest
SHA256 6a6ae4892dc198590d40cebef168722de1e05134c6bd7641e03470ce88164903
MD5 19872cd95042ed2d27695d914e4007c8
BLAKE2b-256 ae379ca01f9308a4d87509c4b0a17144709dc67f1f5746e806a09a1c21c97216

See more details on using hashes here.

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