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

Uploaded Source

File details

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

File metadata

  • Download URL: citation-rabbot-3.19.3.tar.gz
  • Upload date:
  • Size: 10.8 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.3.tar.gz
Algorithm Hash digest
SHA256 40624ddd83d24ef3c951fcbbc9a100076deafd6609faa985e3579611268d1435
MD5 72b5d3ff8910c8ad4065543ea753ba64
BLAKE2b-256 67750a2425aed4630a09238afad90d0cab5e0a80560a3521527b5837e5712cfe

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