Noah Santacruz

Results 19 issues of Noah Santacruz

I tried to follow the documentation on this [page](https://github.com/UniversalDataTool/universal-data-tool/wiki/Usage-with-React) but I got an error from webpack saying that `UniversalDataViewer` does not exist. I checked in `universal-data-tool/components` and could not find...

bug
docs

Content wrapped in `` tags followed by some inner tags sometimes leads to the inner tags not inheriting the styling of the `` tag. Below is an example app which...

This branch creates the backend for the topic generator API. It adds the following: - General setup for Celery to handle async tasks - An interface to the new LLM...

Fixes citations like תוספות פסחים קו, א where the amud is separated from the daf.

# Overview This PR in general adds functionality to the linker to (1) find named entities as well as citations (2) run the models in English. The code needed to...

Allows devs to access gcloud using local credentials without needing a service account file locally. This is done by setting `GOOGLE_APPLICATION_CREDENTIALS_FILEPATH` to `None` in local_settings.py. We can still use the...