https://github.com/arjuntheprogrammer/langchain_chat_with_your_data
https://github.com/arjuntheprogrammer/langchain_chat_with_your_data
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/langchain_chat_with_your_data
- Owner: arjuntheprogrammer
- Created: 2024-05-26T17:04:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T06:07:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T20:29:22.508Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 5.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LANGCHAIN CHAT WITH YOUR DATA
Create a chatbot to interface with your private data and documents using LangChain.
- Learn from LangChain creator, Harrison Chase
- Utilize 80+ loaders for diverse data sources in LangChain
- Create a chatbot to interact with your own documents and data
---
## INDEX
1. Introduction
2. Document Loading
3. Document Splitting
4. Vectorstores and Embedding
5. Retrieval
6. Question Answering
7. Chatbot
---
## COURSE LINK
---