Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add product to nav#1545

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
chillenberger merged 21 commits intomasterfromdan-korvus-nav-update
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
21 commits
Select commitHold shift + click to select a range
1c71108
add product to nav
chillenbergerJun 27, 2024
41ceca2
add pgcat icon as font, update footer
chillenbergerJun 27, 2024
1b59410
Changed structure and cleaned up Korvus docs
SilasMarvinJul 2, 2024
61264ef
Korvus docs in a decent place
SilasMarvinJul 3, 2024
29624bb
Added pgml.transform_stream docs and cleaned up pgml docs a bit
SilasMarvinJul 8, 2024
0977a52
Move PgCat under open source
SilasMarvinJul 8, 2024
a526c6f
Fix spelling error
SilasMarvinJul 8, 2024
5bf2e05
Update the docs landing page
SilasMarvinJul 9, 2024
0cf476b
Update product section of docs
SilasMarvinJul 9, 2024
c2cce09
Add correct route for enterprise plan
SilasMarvinJul 9, 2024
71a9655
Merge branch 'master' into dan-korvus-nav-update
chillenbergerJul 9, 2024
8bdd015
Clean up semantic search example app
SilasMarvinJul 9, 2024
a831255
add korvus icon, widen nav dropdown bridge, align product dropdown text
chillenbergerJul 9, 2024
2f995d6
update korvus icon font
chillenbergerJul 10, 2024
c0a4c8c
Korvus blog post
SilasMarvinJul 10, 2024
f26ad3e
Updated date for korvus launch blog post
SilasMarvinJul 10, 2024
89608ce
Cloud docs outline (#1553)
montanalowJul 10, 2024
89925e1
Merge remote-tracking branch 'origin/silas-docs-overhaul' into dan-ko…
chillenbergerJul 10, 2024
2464fb6
Merge remote-tracking branch 'origin/silas-docs-overhaul' into dan-ko…
chillenbergerJul 10, 2024
a9847b6
update links to korvus nav
chillenbergerJul 10, 2024
c32fdcb
update solutions links and footer
chillenbergerJul 10, 2024
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
PrevPrevious commit
update solutions links and footer
  • Loading branch information
@chillenberger
chillenberger committedJul 10, 2024
commitc32fdcb16ea132ed8403c73df1eb6e41e8ba8eb4
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,8 +25,8 @@
StaticNavLink::new("RAG".to_string(), "/rag".to_string()).icon("manage_search"),
StaticNavLink::new("NLP".to_string(), "/docs/guides/natural-language-processing".to_string()).icon("description"),
StaticNavLink::new("Supervised Learning".to_string(), "/docs/guides/supervised-learning".to_string()).icon("model_training"),
StaticNavLink::new("Embeddings".to_string(), "/docs/api/sql-extension/pgml.embed".to_string()).icon("subtitles"),
StaticNavLink::new("Vector Database".to_string(), "/docs/product/vector-database".to_string()).icon("open_with"),
StaticNavLink::new("Embeddings".to_string(), "/docs/guides/embeddings/".to_string()).icon("subtitles"),
StaticNavLink::new("Vector Database".to_string(), "/docs/guides/vector-database".to_string()).icon("open_with"),
];

let company_links = vec![
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,8 +24,8 @@ impl MarketingFooter {
solutions: vec![
StaticNavLink::new("NLP".into(), "/docs/guides/natural-language-processing".into()),
StaticNavLink::new("Supervised Learning".into(), "/docs/guides/supervised-learning".into()),
StaticNavLink::new("Embedding".into(), "/docs/api/sql-extension/pgml.embed".into()),
StaticNavLink::new("Vector Database".into(), "/docs/product/vector-database".into()),
StaticNavLink::new("Embedding".into(), "/docs/guides/embeddings/".into()),
StaticNavLink::new("Vector Database".into(), "/docs/guides/vector-database".into()),
StaticNavLink::new(
"Search".into(),
"/docs/guides/improve-search-results-with-machine-learning".into(),
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp