Skip to content

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

License

Notifications You must be signed in to change notification settings

yindaheng98/citation-rabbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages