Skip to content

Internal Backend Models for Studylens Project, defined as seperately installable python package for re-use between web backend and data ingestion pipelines.

License

Notifications You must be signed in to change notification settings

rmalhotra2192/studylens-utils

Repository files navigation

studylens-utils

Internal Utils for Studylens Project, defined as seperately installable python package for re-use between web backend and data ingestion pipelines, includes reusable data models, search core related to qdrant and openai integrations.

Usage:

If using from a non-django application and need to use the data models then initialize django setup with the following code -

import django
from django.conf import settings

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "studylens_models.settings")
django.setup()

About

Internal Backend Models for Studylens Project, defined as seperately installable python package for re-use between web backend and data ingestion pipelines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages