Skip to content

Commit bd7bb0f

Browse files
docs: langchain v3 integration tutorial (#1818)
- This PR adds a integration tutorial for evaluating a simple question-answering bot using LangChain. - fixed the make file
1 parent 4e732cf commit bd7bb0f

File tree

5 files changed

+176
-299
lines changed

5 files changed

+176
-299
lines changed

β€ŽMakefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ run-ci: format lint type test ## Running all CI checks
3939
build-docsite: ## Use GPT4 to rewrite the documentation
4040
@echo "convert ipynb notebooks to md files"
4141
$(Q)python $(GIT_ROOT)/docs/ipynb_to_md.py
42-
@(Q)mkdocs build
42+
$(Q)mkdocs build
4343
serve-docsite: ## Build and serve documentation
4444
$(Q)mkdocs serve --dirtyreload
4545

β€Ždocs/howtos/integrations/_langchain.mdβ€Ž

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

β€Ždocs/howtos/integrations/index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ happy to look into it πŸ™‚
88

99
## Frameworks
1010

11-
- [Langchain](./_langchain.md) - Langchain is a framework for building LLM applications, more information can be found [here](https://www.langchain.com/).
11+
- [Langchain](./langchain.md) - Langchain is a framework for building LLM applications, more information can be found [here](https://www.langchain.com/).
1212
- [LlamaIndex](./_llamaindex.md) - LlamaIndex is a framework for building RAG applications, more information can be found [here](https://www.llamaindex.ai/).
1313

1414
## Tracing Tools

0 commit comments

Comments
Β (0)