Skip to content

Commit

Permalink
added Useful Materials
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Feb 3, 2024
1 parent b625dbc commit 184348e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ Documentation can be found [here](https://langchain4j.github.io/langchain4j/).
## Tutorials
Tutorials can be found [here](https://langchain4j.github.io/langchain4j/docs/tutorials).

## Useful Materials
- [Short Courses](https://www.deeplearning.ai/short-courses/) by [DeepLearning.AI](https://www.deeplearning.ai/)
- [An LLM Agent Reference Architecture](https://www.datastax.com/resources/whitepaper/an-llm-agent-reference-architecture-demystifying-llm-based-systems) by [DataStax](https://www.datastax.com/)

## Library Structure
LangChain4j features a modular design, comprising:
- The `langchain4j-core` module, which defines core abstractions (such as `ChatLanguageModel` and `EmbeddingStore`) and their APIs.
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Quarkus specific examples (leveraging the [quarkus-langchain4j](https://github.c
dependency which builds on this project) can be
found [here](https://github.com/quarkiverse/quarkus-langchain4j/tree/main/samples)

### Useful Materials
- [Short Courses](https://www.deeplearning.ai/short-courses/) by [DeepLearning.AI](https://www.deeplearning.ai/)
- [An LLM Agent Reference Architecture](https://www.datastax.com/resources/whitepaper/an-llm-agent-reference-architecture-demystifying-llm-based-systems) by [DataStax](https://www.datastax.com/)

### Disclaimer

Expand Down

0 comments on commit 184348e

Please sign in to comment.