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.7.tar.gz
(10.7 kB
view details)
File details
Details for the file citation-rabbot-3.19.7.tar.gz
.
File metadata
- Download URL: citation-rabbot-3.19.7.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | db228e76207c4b055343385b087d01df2b3a9009d8d70896f3e3f2279b8a9bb2 |
|
MD5 | d43a5a6cc0b68c9651be624ba9b299eb |
|
BLAKE2b-256 | 05d940b49a9e953f80d06f46d62d3ea9edf2926234e361b1edeb7cd2f228af3c |