Skip to content

Commit

Permalink
docs: langchain v3 integration tutorial (#1818)
Browse files Browse the repository at this point in the history
- This PR adds a integration tutorial for evaluating a simple
question-answering bot using LangChain.
- fixed the make file
  • Loading branch information
sahusiddharth authored Jan 7, 2025
1 parent 4e732cf commit bd7bb0f
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 299 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ run-ci: format lint type test ## Running all CI checks
build-docsite: ## Use GPT4 to rewrite the documentation
@echo "convert ipynb notebooks to md files"
$(Q)python $(GIT_ROOT)/docs/ipynb_to_md.py
@(Q)mkdocs build
$(Q)mkdocs build
serve-docsite: ## Build and serve documentation
$(Q)mkdocs serve --dirtyreload

Expand Down
297 changes: 0 additions & 297 deletions docs/howtos/integrations/_langchain.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/howtos/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ happy to look into it 🙂

## Frameworks

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

## Tracing Tools
Expand Down
Loading

0 comments on commit bd7bb0f

Please sign in to comment.