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.6.tar.gz (10.7 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for citation-rabbot-3.19.6.tar.gz
Algorithm Hash digest
SHA256 3746eafd6c2ce0a0a240f8ec7fffe064c5a2ded308c256bbc15ffe8880c3fff1
MD5 7acf7fe7cafffeb26d25764482ea9a08
BLAKE2b-256 4b4cf7e0534daba086b0b945a99b770cade905b6fe0c8709bfcc54e789720755

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