-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
Add quip loader #12259
Add quip loader #12259
Conversation
shufanhao
commented
Oct 25, 2023
•
edited
Loading
edited
- Description: implement quip loader
- Issue: quip doc loader #10352
- Dependencies: No
- pass make format, make lint, make test
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
f3e4cd0
to
7296757
Compare
@eyurtsev can you help to take a look ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should also add an example notebook in the integrations documentation
from typing import List, Optional | ||
from xml.etree.ElementTree import ElementTree | ||
|
||
from PIL import Image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these should all be imported conditionally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, update.
e6dd378
to
92551e3
Compare
added. |
@hwchase17 can you help to take a look ? |
thank you @baskaryan |
thanks @shufanhao! |
@baskaryan when the new package can be released ? |
- **Description:** implement [quip](https://quip.com) loader - **Issue:** langchain-ai#10352 - **Dependencies:** No - pass make format, make lint, make test --------- Co-authored-by: Hao Fan <h_fan@apple.com> Co-authored-by: Bagatur <baskaryan@gmail.com>
- **Description:** implement [quip](https://quip.com) loader - **Issue:** langchain-ai#10352 - **Dependencies:** No - pass make format, make lint, make test --------- Co-authored-by: Hao Fan <h_fan@apple.com> Co-authored-by: Bagatur <baskaryan@gmail.com>
Does this still work? I'm not able to fine a quip-api in the pip index? |
I'm not sure if it ever was, there is this version https://github.com/dvwright/quipclient/tree/master. Perhaps the langchain module should be updated to use this instead. |