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

add weaviate tutorial #187

Merged
merged 5 commits into from
Sep 7, 2024
Merged

add weaviate tutorial #187

merged 5 commits into from
Sep 7, 2024

Conversation

samos123
Copy link
Contributor

@samos123 samos123 commented Sep 7, 2024

No description provided.

@samos123 samos123 marked this pull request as draft September 7, 2024 04:43
@samos123 samos123 marked this pull request as ready for review September 7, 2024 14:17
Copy link
Contributor

@nstogner nstogner left a comment

Choose a reason for hiding this comment

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

LGTM, 2 comments, otherwise feel free to merge

Run the following command to deploy KubeAI:
```bash
helm upgrade --install kubeai kubeai/kubeai \
-f ./kubeai-values.yaml --reuse-values
Copy link
Contributor

Choose a reason for hiding this comment

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

No need for --reuse-values here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm I kept it so people don't accidentally delete their existing models.

@@ -0,0 +1,227 @@
# Weaviate with local autoscaling embedding and generative models

Weaviate is a vector search engine that can integrate seamlessly with KubeAI's embedding and generative models. This tutorial demonstrates how to deploy both KubeAI and Weaviate in a Kubernetes cluster, using KubeAI as the OpenAI endpoint for Weaviate.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add a quick blurb about why you might want to do this: all of your data stays within your cluster.

@samos123 samos123 merged commit 2d7320d into main Sep 7, 2024
5 checks passed
@samos123 samos123 deleted the weaviate-tutorial branch September 7, 2024 15:10
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.

2 participants