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.4.tar.gz
(10.7 kB
view details)
File details
Details for the file citation-rabbot-3.19.4.tar.gz
.
File metadata
- Download URL: citation-rabbot-3.19.4.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 | 95f2b9317fb84d8076dda30e7225d7eb945ffdac163f607bf2e79adc6010d46a |
|
MD5 | 02b70c08c75439c930fb79874798643c |
|
BLAKE2b-256 | fd8d9e0bf38bdba97daa680d0e9ed1d355730b9c71aeb4ed6b11b1e013317f77 |