Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change project to Django ORM only #145

Merged
merged 21 commits into from
Nov 19, 2024
Merged

Change project to Django ORM only #145

merged 21 commits into from
Nov 19, 2024

Conversation

jfrverdasca
Copy link
Contributor

What this PR change:

  • Now project uses only Django ORM
  • SQLAlchemy related code removed
  • SQLAlchemy and it's dependencies removed
  • Changed all SQLAlchemy related queries to Django queries ensuring the same results
  • Test fix

Reviewers:

Issues:

Print screens showing the changes:

NA

jfrverdasca and others added 19 commits November 12, 2024 13:10
* Changed SQLAlchemy to Django ORM
* Uninstalled SQLAlchemy
* Tests fix
* Embeddings is now a Django App
* Removel useless database scripts and unused litellm config file
# Conflicts:
#	labs/api/codemonkey_endpoints.py
#	labs/config/urls.py
#	labs/core/migrations/0001_initial.py
#	labs/core/models.py
#	labs/database/connect.py
#	labs/database/models.py
#	labs/embeddings/base.py
#	labs/llm.py
#	labs/repo.py
#	labs/tests/conftest.py
#	labs/tests/database/test_embeddings.py
#	poetry.lock
#	pyproject.toml
pyproject.toml Outdated Show resolved Hide resolved
labs/api/codemonkey_endpoints.py Show resolved Hide resolved
.github/workflows/ci_cd.yml Show resolved Hide resolved
labs/embeddings/base.py Show resolved Hide resolved
@jfrverdasca jfrverdasca merged commit ec99ece into main Nov 19, 2024
1 check passed
@jfrverdasca jfrverdasca deleted the jv/144/django_orm_only branch November 19, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants