Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 947083a

Browse files
committed
update readme and move some nbs
1 parent 73ebb26 commit 947083a

File tree

6 files changed

+7
-311
lines changed

6 files changed

+7
-311
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ The cookbook is grouped into a few categories. To get started, go to any of the
77

88
| Category | Description |
99
| --- | --- |
10-
| [LLM University](notebooks/llmu/readme.md) | Guides for getting started with Cohere, starting with basic usage and progressing to advanced topics. The code companion to the full [LLM University course](https://llm.university/).|
11-
| [Guides](notebooks/guides/readme.md) | Tutorials and step-by-step guides covering a range of topics, providing practical guidance and code examples.
10+
| [Guides](notebooks/guides/) | Tutorials and step-by-step guides covering a range of topics, providing practical guidance and code examples.
11+
| [LLM University](notebooks/llmu/) | Guides for getting started with Cohere, starting with basic usage and progressing to advanced topics. The code companion to the full [LLM University course](https://llm.university/).|
1212
| Enterprise (Coming soon) | Guides and best practices for deploying LLMs in an enterprise setting. Curated from real client engagements, offering insights and solutions for businesses.|

notebooks/Evaluating_Custom_Models.ipynb

Lines changed: 0 additions & 304 deletions
This file was deleted.

notebooks/llmu/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ The recommended approach is to go through the course and follow along in these n
66

77
# Contents
88

9-
## Text Representation
9+
## [Text Representation](https://docs.cohere.com/docs/intro-text-representation)
1010
- [The Classify Endpoint](Classify_Endpoint.ipynb)
1111
- [The Embed Endpoint](Embed_Endpoint.ipynb)
1212
- [Text Embeddings Use Cases](Visualizing_Text_Embeddings.ipynb)
1313
- [Topic Modeling](Topic_Modeling.ipynbb)
1414
- [Similarity Between Words and Sentences](What_Is_Similarity_Between_Sentences.ipynb)
1515

16-
## Text Generation
16+
## [Text Generation](https://docs.cohere.com/docs/intro-text-generation)
1717
- [Building a Chatbot](Building_a_Chatbot.ipynb)
1818
- [Parameters for Controlling Outputs](Parameters_for_Controlling_Outputs.ipynb)
1919
- [Prompt Engineering Basics](Prompt_Engineering_Basics.ipynb)
2020
- [Fine-Tuning for Chat](Fine_Tuning_for_Chat.ipynb)
2121

22-
## Semantic Search
22+
## [Semantic Search](https://docs.cohere.com/docs/intro-semantic-search)
2323
- [What is Semantic Search?](What_is_Semantic_Search.ipynb)
2424
- [Keyword Search, Dense Retrieval, Reranking, and Generating Answers](End_To_End_Wikipedia_Search.ipynb)
2525

26-
## Prompt Engineering
26+
## [Prompt Engineering](https://docs.cohere.com/docs/intro-prompt-engineering)
2727
- [Constructing Prompts](Constructing_Prompt_Commands.ipynb)
2828
- [Use Case Patterns](Command_Model_Use_Case_Patterns.ipynb)
2929
- [Validating Outputs](Validating_Large_Language_Model_Outputs.ipynb)
3030

31-
## Retrieval-Augmented Generation (RAG)
31+
## [Retrieval-Augmented Generation (RAG)](https://docs.cohere.com/docs/module-8-chat-and-retrieval-augmented-generation-rag)
3232
- [Getting Started with RAG](Introduction_to_RAG.ipynb)
3333
- [RAG with Chat, Embed, and Rerank](RAG_with_Chat_Embed_and_Rerank.ipynb)
3434
- [RAG with Connectors](RAG_with_Connectors.ipynb)

0 commit comments

Comments
 (0)