We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from obs import ObsClient from langchain_community.document_loaders import OBSFileLoader client = ObsClient(access_key_id=ak, secret_access_key=sk, server=server) obs = OBSFileLoader(bucket,key_name,client,endpoint) obs.load() #[Document(metadata={'source': 'whole content of in `key_name` file')]
No response
OS: Windows OS Version: 10.0.19045 Python Version: 3.11.11 | packaged by conda-forge | (main, Dec 5 2024, 14:06:23) [MSC v.1942 64 bit (AMD64)]
langchain_core: 0.3.29 langchain: 0.3.14 langchain_community: 0.3.14 langsmith: 0.2.10 langchain_huggingface: 0.1.2 langchain_milvus: 0.1.8 langchain_openai: 0.3.0 langchain_text_splitters: 0.3.5
langserve
aiohttp: 3.11.11 async-timeout: Installed. No version info available. dataclasses-json: 0.6.7 httpx: 0.28.1 httpx-sse: 0.4.0 huggingface-hub: 0.27.1 jsonpatch: 1.33 langsmith-pyo3: Installed. No version info available. numpy: 1.26.4 openai: 1.59.7 orjson: 3.10.13 packaging: 24.2 pydantic: 2.10.4 pydantic-settings: 2.7.1 pymilvus: 2.5.3 PyYAML: 6.0.2 requests: 2.32.3 requests-toolbelt: 1.0.0 sentence-transformers: 3.3.1 SQLAlchemy: 2.0.36 tenacity: 9.0.0 tiktoken: 0.8.0 tokenizers: 0.21.0 transformers: 4.47.1 typing-extensions: 4.12.2 zstandard: Installed. No version info available.
The text was updated successfully, but these errors were encountered:
add mode arg to OBSFileLoader.load() method (#29246)
667d2a5
- **Description:** add mode arg to OBSFileLoader.load() method - **Issue:** #29245 - **Dependencies:** no dependencies required for this change --------- Co-authored-by: Junon_Gz <[email protected]>
No branches or pull requests
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
No response
Description
System Info
System Information
Package Information
Optional packages not installed
Other Dependencies
The text was updated successfully, but these errors were encountered: