Skip to content

Commit

Permalink
docs: Removed links to wiki.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 12, 2024
1 parent 766fc0a commit 40f8bdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ I want to note:
- I also respond quite quickly on Discord for any questions related to the project

## Usage
You can use our wiki to get started: https://github.com/tryAGI/LangChain/wiki
You can use our wiki to get started: https://tryagi.github.io/LangChain/
If the wiki contains unupdated code, you can always take a look at [the tests for this](src/Meta/test/WikiTests.cs)
Also see [examples](./examples) for example usage or [tests](./src/tests/LangChain.IntegrationTests/ReadmeTests.cs).
```csharp
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ I want to note:
- I also respond quite quickly on Discord for any questions related to the project

## Usage
You can use our wiki to get started: https://github.com/tryAGI/LangChain/wiki
You can use our wiki to get started: https://tryagi.github.io/LangChain/
If the wiki contains unupdated code, you can always take a look at [the tests for this](src/Meta/test/WikiTests.cs)
Also see [examples](./examples) for example usage or [tests](./src/tests/LangChain.IntegrationTests/ReadmeTests.cs).
```csharp
Expand Down
2 changes: 1 addition & 1 deletion src/Meta/test/WikiTests.AgentWithOllamaReact.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public partial class WikiTests
public async Task AgentWithOllamaReact()
{
//// # ReAct
//// But how we can fix that? If you know about [RAG](https://github.com/tryAGI/LangChain/wiki/RAG-with-OpenAI-and-Ollama) then you know that there is some tricks to bring new abilities to LLM. And one of those tricks is [ReAct](https://www.promptingguide.ai/techniques/react) prompting.
//// But how we can fix that? If you know about [RAG](https://tryagi.github.io/LangChain/wiki/RagWithOpenAiOllama/) then you know that there is some tricks to bring new abilities to LLM. And one of those tricks is [ReAct](https://www.promptingguide.ai/techniques/react) prompting.
////
//// In simple words ReAct is forcing LLM to reflect on your question and injects responses as if LLM figured them out by itself. This allows you to connect any datasource or `tool` tou your LLM.
//// Let's try to use ReAct and connect Google search to your LLM.
Expand Down

0 comments on commit 40f8bdb

Please sign in to comment.