Skip to content

Commit

Permalink
Docu logos and domain (langchain4j#503)
Browse files Browse the repository at this point in the history
@LizeRaes Updated the images for the docs home page 🙂

Just had to convert the PNGs into SVGs as the `Svg` tag takes only image
as SVG.

---------

Co-authored-by: LizeRaes <[email protected]>
  • Loading branch information
amithkoujalgi and LizeRaes authored Jan 11, 2024
1 parent 7e42166 commit aba5eeb
Show file tree
Hide file tree
Showing 7 changed files with 4,448 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hide_title: true
sidebar_position: 1
---

This section will walk you through all LangChain4j functionality, in steps of increasing complexity.
Here you will find tutorials covering all of LangChain4j's functionality, to guide you through the framework in steps of increasing complexity.

We will typically use OpenAI models for demonstration purposes, but we support a lot of other model providers too. The entire list of supported models can be found [here](/docs/category/integrations).

Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const config = {
},
{to: '/docs/tutorials', label: 'Tutorials', position: 'left'},
{to: '/docs/category/integrations', label: 'Integrations', position: 'left'},
{to: 'https://github.com/langchain4j/langchain4j/javadoc/', label: 'Javadoc', position: 'left'},
{to: 'https://langchain4j.dev/javadoc/', label: 'Javadoc', position: 'left'},
{to: '/blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/langchain4j/langchain4j',
Expand Down
6 changes: 3 additions & 3 deletions docs/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: 'Easy interaction with LLMs and AI',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/llm-logos.svg').default,
description: (
<>
All major commercial and open source models are easily accessible via a streamlined <code>API</code>, allowing you to build Chatbots, Assistants, Data Classifiers, Autonomous Agents, ...
Expand All @@ -14,7 +14,7 @@ const FeatureList = [
},
{
title: 'Tailored for Java',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/framework-logos.svg').default,
description: (
<>
Smooth integration in your java applications thanks to Quarkus and Spring Boot integrations, converse with LLMs in POJOs and have the LLM call Java methods
Expand All @@ -23,7 +23,7 @@ const FeatureList = [
},
{
title: 'Tools, AI Services, Chains, RAG',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
Svg: require('@site/static/img/functionality-logos.svg').default,
description: (
<>
Provides an extensive toolbox of common AI LLM operations, made easy thanks to various layers of abstraction
Expand Down
5 changes: 5 additions & 0 deletions docs/start.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off

call npm ci

call npm run start
392 changes: 392 additions & 0 deletions docs/static/img/framework-logos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
806 changes: 806 additions & 0 deletions docs/static/img/functionality-logos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,240 changes: 3,240 additions & 0 deletions docs/static/img/llm-logos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aba5eeb

Please sign in to comment.