You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System should include basic set of psychoactive substances provided by PsychonautWiki API. Each Substance should have information about it's own dosages, phases and effects.
For current state of application the model used by https://api.psychonautwiki.org/ can be good starting point for futher experimenting and by itself will provide enough information to build ingestion feature.
Success Criteria
API Application should be able to provide a filterable query to list substances from database, "filterable" may be completly subjective to developer who's implementing feature - the core requirement is filtering by psychoactive group and name.
API Application should provide Search API for Substances which will use precomputed index based on Substance table, the index itself should be build with names, common names and systematical names.
Related Problems
Add Search Engine, preferably orama should be added for @neuronek/server which should offload indexing process on application startup to worker and persist the vectors for search somewhere as json (or other) file.
The text was updated successfully, but these errors were encountered:
System should include basic set of psychoactive substances provided by PsychonautWiki API. Each Substance should have information about it's own dosages, phases and effects.
Success Criteria
Related Problems
orama
should be added for@neuronek/server
which should offload indexing process on application startup to worker and persist the vectors for search somewhere as json (or other) file.The text was updated successfully, but these errors were encountered: