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

Replacing custom Javascript with HTMX for embedding model retrieval #131

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

zimventures
Copy link
Contributor

Closes out issue #130

@zimventures zimventures changed the title migrating from javascript to htmx Replacing custom Javascript with HTMX for embedding model retrieval Aug 4, 2023
Copy link
Contributor

@alex-nork alex-nork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Makes sense to move from asset to embedding.

@@ -14,7 +14,6 @@ class Service(models.TextChoices):
"""Enumerations to define services available for generating embeddings."""

COHERE = 'cohere', 'cohere'
LOCAL = 'localhost', 'Locally Hosted: NOT IMPLEMENTED'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@zimventures zimventures merged commit f0cf63b into main Aug 4, 2023
5 checks passed
@zimventures zimventures deleted the zim/130 branch August 14, 2023 13:08
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.

None yet

3 participants