docs: add chatbot example and improve quality of other examples (#1544)

This commit is contained in:
Rithik Kumar
2024-08-17 12:35:33 +05:30
committed by GitHub
parent 5857cb4c6e
commit 21014cab45
6 changed files with 57 additions and 12 deletions

View File

@@ -146,7 +146,8 @@ nav:
- Multimodal: examples/python_examples/multimodal.md
- Rag: examples/python_examples/rag.md
- Vector Search: examples/python_examples/vector_search.md
- Miscellaneous:
- Chatbot: examples/python_examples/chatbot.md
- Miscellaneous:
- YouTube Transcript Search: notebooks/youtube_transcript_search.ipynb
- Documentation QA Bot using LangChain: notebooks/code_qa_bot.ipynb
- Multimodal search using CLIP: notebooks/multimodal_search.ipynb
@@ -233,7 +234,8 @@ nav:
- Multimodal: examples/python_examples/multimodal.md
- Rag: examples/python_examples/rag.md
- Vector Search: examples/python_examples/vector_search.md
- Miscellaneous:
- Chatbot: examples/python_examples/chatbot.md
- Miscellaneous:
- YouTube Transcript Search: notebooks/youtube_transcript_search.ipynb
- Documentation QA Bot using LangChain: notebooks/code_qa_bot.ipynb
- Multimodal search using CLIP: notebooks/multimodal_search.ipynb