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

Fixed typo in llibs/community/langchain_community/storage/sql.py #27029

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ajayeswarreddy
Copy link

  • PR title: docs: fix typo in SQLStore import path

  • PR message:

    • Description: This PR corrects a typo in the docstrings for the class SQLStore(BaseStore[str, bytes]). The import path in the docstring currently reads from lanchain_rag.storage import SQLStore, which should be changed to from langchain_community.storage import SQLStore. This typo is also reflected in the official documentation.
    • Issue: N/A
    • Dependencies: None
    • Twitter handle: N/A

There is a typo in the docstrings for the class SQLStore(BaseStore[str, bytes]). 

This typo is also reflected in the official documentation here https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html

from lanchain_rag.storage import SQLStore 
needs to be changed to
from langchain_community.storage import SQLStore
Copy link

vercel bot commented Oct 1, 2024

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

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2024 8:28pm

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. community Related to langchain-community 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Related to langchain-community 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

1 participant