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

H-3416: Update tech tree, redirects, in-repo docs #5334

Merged
merged 4 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/hashdotdev/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ const nextConfig = {
*/
{
source: "/license",
destination: "https://hash.ai/legal/developers/license-open",
destination: "https://hash.ai/legal/developers/license",
permanent: true,
},
{
source: "/licence",
destination: "https://hash.ai/legal/developers/license-open",
destination: "https://hash.ai/legal/developers/license",
permanent: true,
},
/**
Expand Down
6 changes: 3 additions & 3 deletions apps/hashdotdev/src/pages/roadmap/technology-tree-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export const technologyTreeData: TechnologyTreeNodeData[] = [
heading: "Multi-Type Entities",
body: "Allow a single entity to have more than one assigned type",
parentIds: ["25"],
status: "in-progress",
status: "done",
useCases: ["general"],
variant: "feature",
},
Expand All @@ -375,7 +375,7 @@ export const technologyTreeData: TechnologyTreeNodeData[] = [
heading: "Data Type Groups",
body: "Ability to group data types and reference multiple at once",
parentIds: ["25"],
status: "next-up",
status: "done",
useCases: ["general"],
variant: "infrastructure",
},
Expand Down Expand Up @@ -441,7 +441,7 @@ export const technologyTreeData: TechnologyTreeNodeData[] = [
heading: "Data Type Conversion",
body: "Ability to automatically convert between data types within a group",
parentIds: ["39"],
status: "future",
status: "working-poc",
useCases: ["general", "knowledge-management"],
variant: "feature",
},
Expand Down
2 changes: 1 addition & 1 deletion apps/lm-prompt-optimization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To generate libraries, simply remove the `--script` flag.

## Short rye introduction

`rye` is a new-ish package manager that is under the umbrella of astro (the makers of ruff), it's a blazingly fast, written in Rust and natively supports workspaces.
`rye` is a new-ish package manager that is under the umbrella of [astro](https://astro.build) (the makers of ruff), it's a blazingly fast, written in Rust and natively supports workspaces. In the future, it will [merge](https://lucumr.pocoo.org/2024/2/15/rye-grows-with-uv/) with `uv` (another astro project), to become a sort of "cargo for python".

`rye` has been shown to be a lot more predictable then other package managers, such as `poetry` while not being as invasive as `conda`.

Expand Down
Loading