Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat_loaders refactoring #10381

Merged
merged 2 commits into from
Sep 9, 2023
Merged

chat_loaders refactoring #10381

merged 2 commits into from
Sep 9, 2023

Conversation

leo-gan
Copy link
Collaborator

@leo-gan leo-gan commented Sep 8, 2023

Replaced unnecessary namespace renaming
from langchain.chat_loaders import base as chat_loaders
with
from langchain.chat_loaders.base import BaseChatLoader, ChatSession
and simplified correspondent types.

@eyurtsev

@vercel
Copy link

vercel bot commented Sep 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Sep 8, 2023 5:19pm

@vercel
Copy link

vercel bot commented Sep 8, 2023

Deployment failed with the following error:

The provided GitHub repository does not contain the requested branch or commit reference. Please ensure the repository is not empty.

@dosubot dosubot bot added Ɑ: doc loader Related to document loader module (not documentation) 🤖:refactor A large refactor of a feature(s) or restructuring of many files labels Sep 8, 2023
@leo-gan leo-gan marked this pull request as ready for review September 8, 2023 17:26
@leo-gan leo-gan changed the title chat_loaders refactoring chat_loaders refactoring Sep 8, 2023
@baskaryan
Copy link
Collaborator

cc @hinthornw @hwchase17

@hwchase17 hwchase17 merged commit 90504fc into langchain-ai:master Sep 9, 2023
30 checks passed
@leo-gan leo-gan deleted the chat_loaders-refactoring branch September 10, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ɑ: doc loader Related to document loader module (not documentation) 🤖:refactor A large refactor of a feature(s) or restructuring of many files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants