-
Notifications
You must be signed in to change notification settings - Fork 111
[ENH]: Cloud Deployment Blueprints #190
base: main
Are you sure you want to change the base?
[ENH]: Cloud Deployment Blueprints #190
Conversation
- Adding AWS, GCP and Digital Ocean cloud deployment blueprints instead of the cloudformation template Refs: chroma-core/chroma@1479
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Refs: chroma-core/chroma@1479
docs/deployment.md
Outdated
@@ -4,7 +4,8 @@ title: "☁️ Deployment" | |||
--- | |||
|
|||
:::caution Alpha Status | |||
Chroma Server is currently in Alpha. We are working hard to move Chroma from an in-memory single-process oriented library to a distributed production-grade DB! | |||
Chroma Server is currently in Alpha. We are working hard to move Chroma from an in-memory single-process oriented | |||
library to a distributed production-grade DB! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tazarov im confused about this indentation changes? was this the linter? (there are a few of them)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think linter, but let me redo it and see what comes out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's Pycharm cutting down lines to 100ish chars. I think that from an MD rendering perspective, this makes no difference, but it looks weird to look at these odd line breaks.
@tazarov do you think its worth breaking this out into a folder like we did with eg https://docs-git-fork-amikos-tech-feature-cloud-bluep-4ca22d-chromacore.vercel.app/integrations |
@jeffchuber, refactored. PTAL. |
Refs: chroma-core/chroma#1479