Langchain github loader not working.
- Langchain github loader not working Load existing repository from disk Jan 1, 2024 · System Info langchain==0. File "test1. load() text_splitter = NLTKTextSplitter(chunk_size=500, chunk_overlap=100) docs = text_splitter. The official example notebooks/scripts; My own modified scripts; Related Components. document_loaders import UnstructuredMarkdownLoader Jul 6, 2023 · * Support using async callback handlers with sync callback manager (langchain-ai#10945) The current behaviour just calls the handler without awaiting the coroutine, which results in exceptions/warnings, and obviously doesn't actually execute whatever the callback handler does <!-- May 16, 2023 · from langchain. run() cannot be called from a running event loop" using jupyter as posted below: what's interesting is that, i change another development environment Pycharm to load the same code ,it worked as below: Apr 28, 2023 · Zillion is currently designed for more traditional metric and dimension-based analysis and may not fit all use cases. 10. py", line 86, in load Oct 10, 2023 · 🤖. I'm currently working on a project where I need to fetch all the sub-URLs from a website using Langchain. Example Code Jul 28, 2023 · The problem seems to be with the Directory loader. sitemap import SitemapLoader sitemap_loader = Si Jul 24, 2023 · VSCODE extensions program development, using LangChain will report an error, it is recommended that LangChain TS does not directly use the API provided in VSCODE, it may not work. Based on the provided context, it seems like you're trying to load an Excel file and then split the loaded document into chunks using the RecursiveCharacterTextSplitter class. py file in the LangChain repository for an example of how to properly set up your server file. From what I understand, the langchain s3 loader is encountering an issue where it cannot load files from subfolders in the bucket when using Python. Dec 4, 2023 · I am working on extracting data from HTML files. Kindly help. Can do most all of Langchain operations without errors. Hello, Based on the current implementation of the LangChain framework, there is no direct functionality to exclude specific directories or files when using either the DirectoryLoader or GenericLoader. Who can help? @eyurtsev. Sep 7, 2024 · I searched the LangChain documentation with the integrated search. System Info Aug 19, 2023 · Using the HuggingFaceEmbeddings class, I am giving the embedding model that I downloaded to local with git clone as model_name=folder_path. embeddings import Hug Mar 15, 2023 · upgrade to 148, same issue. Let's dive into your issue. Best, Dosu. I am sure that this is a bug in LangChain rather than my code. aload Load data into Document objects. Make sure that the duckduckgo_search tool is correctly implemented and decorated with the @tool decorator, similar to other tools in the LangChain codebase. eg of chats, 4/23/22, 10:50 PM - Corazon: Me khud pehli baar kar rha hu Oct 1, 2024 · I searched the LangChain. py Jul 28, 2024 · I searched the LangChain documentation with the integrated search. Installed through pyenv, pyt May 3, 2024 · From some internet sleuthing it seems this is a problem specific to Windows? If I put the code into a . from "langchain/document_loaders Mar 23, 2023 · When loading the library the PDFLoader won't work unless runing a npm install inside the library. Apr 22, 2023 · Hi, @tron19920125!I'm Dosu, and I'm here to help the LangChain team manage their backlog. txt`) using `S3FileLoader`, the objects are downloaded into a temporary directory and saved as a file. Jun 19, 2024 · The JSONLoader in LangChain might not be extracting the relevant information from your JSON file properly. From what I understand, you reported an issue with the Arxiv loader in the Python Langchain library not working correctly. docx", loader_cls=UnstructuredWordDocumentLoader) txt_documents = txt_loader. Feb 7, 2024 · 🤖. Jan 1, 2024 · System Info langchain==0. document_transformers import BeautifulSoupTransformer. Sep 10, 2023 · Issue you'd like to raise. js documentation with the integrated search. Sources Mar 25, 2023 · langchain. read_excel("Technical Questions Cleaned. document_loaders import DirectoryLoader, TextLoader Oct 8, 2023 · Hi, @jeerideka, I'm helping the LangChain team manage their backlog and am marking this issue as stale. There might be an issue with the load_tools function or the initialize_agent function. 6 Dec 26, 2023 · You signed in with another tab or window. Aug 19, 2023 · Using the HuggingFaceEmbeddings class, I am giving the embedding model that I downloaded to local with git clone as model_name=folder_path. With the help of langchain document loader I can extract the data row wise but the headers of columns are not getting extracted. 1 Name: llama-cpp-python Version: 0. The suggested solution is: May 20, 2023 · System Info I am using version 0. I used the GitHub search to find a similar question and di Nov 14, 2023 · System Info Langchain Version: 0. 171 of Langchain. How to extract column headers along with the data. 0 langchain : 0. document_loaders import AsyncChromiumLoader,AsyncHtmlLoader from langchain. Here are a few steps you can take to address this issue: Override the Separator: The loader parses individual text elements and joins them together with a space by default, which might not work correctly for all Mar 9, 2013 · If the issue persists after trying this solution or if your experience contradicts this solution, I recommend upgrading to the latest version of LangChain as the issue might have been resolved in a newer version. /*. Mar 9, 2017 · Hi, @marielaquino, I'm helping the LangChain team manage their backlog and am marking this issue as stale. app and it doesn't work there either). 1 Mar 5, 2024 · The tool isn't correctly defined or registered in the LangChain codebase. Dec 13, 2023 · Issue you'd like to raise. However, there hasn't been any activity or comments on the issue since you reported it. 335 python 3. Since there hasn't been any activity or comments on the issue, we wanted to check with you if this issue is still relevant to the latest version of the LangChain repository. You signed out in another tab or window. Example Code from langchain. Dec 21, 2023 · The PyPDFLoader in LangChain is primarily responsible for loading PDF files and does not include any functionality to remove or replace newline characters ("/n") from the loaded documents. _rust import exceptions as rust_exceptions ImportError: DLL load failed while importing _rust: The specified procedure could not be found. /repos/kb/", branch="master", class langchain_community. addtext(text). 19 pip install langchain-core==0. Jul 19, 2024 · Description. Example Code. From what I understand, the issue you raised concerning the RecursiveUrlLoader not functioning on certain websites without a User-Agent has been resolved with a proposed solution to set a default User-Agent for the RecursiveUrlLoader. TemporaryDirectory () as temp_dir: Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. embedding The path to the Git repository. First of all, I don't think the carrier of the document should be conflated with the content. I wanted to let you know that we are marking this issue as stale. chat_models import ChatOpenAI import os os. const docs = await textSplitter. I need to extract table data to store in a data frame as a table. 11 Who can help? @hwchase17 Information The official example notebooks/scripts My own modified scripts Related Components LLMs/Chat Models Embedding Models P Aug 5, 2024 · The PDFLoader in LangChain. This is because the PyPDFLoader is designed to load the PDF files as they are, without performing any text processing or cleaning tasks. 73), I Sep 1, 2023 · It should return me the simmilarity search text with newly created index. I have a notebook that tried to load a dozen or more PDFs, and typically, at least one of the files fails (see attached). document_loaders import DirectoryLoader no module named 'pwd' . Nov 1, 2023 · System Info Langchain version 0. Load HTML Aug 2, 2023 · Discussed in #8630 Originally posted by matthewosm August 2, 2023 Hi I'm using WebResearchRetriever to do materials research, unfortunately the top results are often PDFs so I get the error: langchain. txt", recursive=True, silent_errors=True) to. doc Nov 6, 2024 · 🦜🔗 Build context-aware reasoning applications. Oct 5, 2023 · System Info. Motivation When a PDF file is uploaded using a REST API call, there is no specific file_path to load from. i also cant install python-libmagic in windows11 i follow this link install visual-cpp-build-tools, but still cant install python-libmagic Feb 7, 2024 · I used the GitHub search to find a similar question and didn't find it. Suggestion: No response Oct 10, 2023 · 🤖. hazmat. Ensure that the JSON file structure matches the expected format and that you provide the correct keys to the JSONLoader to extract the relevant data. 286 Pyinstaller 5. This issue is if i create the new open search index with opensearch client then on that index the simmilarity search one is not working. Nov 1, 2024 · I searched the LangChain documentation with the integrated search. debug=True"; however, it does not work for the DirectoryLoader. 0. load Load data into Document objects. splitDocuments(rawDocs); I logged rawDocs and it displayed the source and pdf_numpages metadata correctly however the pageContent is ju Sep 11, 2023 · You signed in with another tab or window. Running a mac, M1, 2021, OS Ventura. langchain/document_loaders/pdf. Based on the code and system information you've provided, it seems like you're using the correct version of LangChain (v0. 45. Aug 15, 2024 · code example used mentioned on the documentation page: %%time import time %pip install "unstructured[md]" %pip install langchain_community. May 22, 2023 · The line below in scripts/ingest-data. Sign up for a free GitHub account to open an issue and contact its maintainers and the community. split_documents(pages) return docs Mar 7, 2023 · Resolves #1510 ### Problem When loading S3 Objects with `/` in the object key (eg. invoke({"input": question}) Sep 16, 2023 · System Info langchain 0. Oct 26, 2023 · Langchain version: 0. LLMs/Chat Models; Embedding Models; Prompts / Prompt Templates / Prompt Selectors; Output Parsers; Document Loaders; Vector Stores / Retrievers; Memory Jan 28, 2023 · My use case is that I want to save some embedding vectors to disk and then rebuild the search index later from the saved file. environ['OPENAI_API_KEY'] = 'My_OPENAI_API_KEY' Oct 5, 2023 · System Info. Feb 16, 2024 · pip install langchain==0. 7. System Info. here is my code: use "from langchain. com" loader = BSHTMLLoader({"url": url}) doc = loader. Here's how you can modify the code: with tempfile. Apr 25, 2023 · I think this is all a bit of a mess. 1", is not found. In the example below (using langchain==0. Example Code Jan 5, 2024 · 🤖. 10 Langchain 0. This is because the package: "pdf-parse": "^1. `folder/some-document. Hello, Thank you for your suggestion. Jul 24, 2023 · VSCODE extensions program development, using LangChain will report an error, it is recommended that LangChain TS does not directly use the API provided in VSCODE, it may not work. get and not specifying the encoding for the response. However, there hasn't been any activity on this issue since it was opened. I've set "langchain. Specifically, when you attempt to load documents from a YouTube URL, you're receiving an empty list instead of the expected non-empty list o Sep 26, 2023 · * Support using async callback handlers with sync callback manager (langchain-ai#10945) The current behaviour just calls the handler without awaiting the coroutine, which results in exceptions/warnings, and obviously doesn't actually execute whatever the callback handler does <!-- May 28, 2024 · I searched the LangChain documentation with the integrated search. I have attempted to resolve this issue by updating the relevant libraries (langchain, langchain_core, langchain_openai, openai), but unfortunately, these changes have not been effective. May 3, 2023 · I'm Dosu, and I'm here to help the LangChain team manage their backlog. Apr 30, 2023 · Unfortunately I'm not a Python expert and do have a problem when trying to use module GitLoader from LangChain project to load data from github. And certainly, "[Unstructured] python package" can't be installed because of pytorch version not co Jul 10, 2023 · Hi, @axiom-of-choice!I'm Dosu, and I'm helping the LangChain team manage our backlog. We will use the LangChain Python repository as an example. ts is returning an empty array. py file and run it directly it does run correctly, so the environment is installed correctly, but it is a Jupyter-related invocation problem. document import Document from langchain_community. Oct 17, 2023 · Hi, @AJTSN, I'm helping the LangChain team manage their backlog and am marking this issue as stale. py to accept bytes object as well. document_loaders import UnstructuredWordDocumentLoader directory_loader = DirectoryLoader( path="DIRECTORY_PATH", loader_cls=UnstructuredWordDocumentLoader, ) May 17, 2023 · System Info I'm trying to load multiple doc files, it is not loading, below is the code txt_loader = DirectoryLoader(folder_path, glob=". Feb 22, 2024 · I used the GitHub search to find a similar question and didn't find it. Wikipedia Tool not working as expected 0. As you've noticed, the current loaders are designed to work with file paths, not in-memory data. 24 openai : 1. document_loaders import UnstructuredFileLoade Nov 15, 2023 · This is the method that works for the PDF loader. System Info Sep 9, 2023 · I'm helping the LangChain team manage their backlog and am marking this issue as stale. Apr 5, 2023 · PDFLoader not working #615. document_loaders import UnstructuredWordDocumentLoader. Unlike other PDF loaders, I've found that only the PDFMinerLoader doesn't provide pages in metadata when loading. So, for example, UnstructuredHTMLLoader derives from UnstructuredFileLoader. Jun 11, 2024 · I used the GitHub search to find a similar question and didn't find it. Wrote the following code in Google Colab but it is unable to fetch the data. You're correct that the current implementation of the SeleniumURLLoader in the LangChain codebase does not allow for configurable wait times. 6 pip install langchain-community==0. I suppose the issue is due to the fact that the _get_child_links_recursive method is calling requests. google. 11. Feb 13, 2024 · Checked other resources I added a very descriptive title to this issue. Dec 4, 2023 · Hello, I changed the _format_result as said to try and went a bit deeper, seems like the WebBaseLoader doesn't load the pages because of cookie popup Edit: I added cookies in the session header and worked so need to create a session in Yahoofinance to pass it to WebBaseLoader I guess but not an expert. I added a very descriptive title to this question. Here's a fragment of my code: clone_url="https://github. document_loaders import SeleniumURLLoader from langchain. I went from: loader = DirectoryLoader(text_dir, glob="*. Sep 13, 2024 · The code that I used to successfully execute a task a week ago is no longer functioning. Aug 10, 2023 · Answer generated by a 🤖. It doesn't put your data into a prompt either, just field definitions (if it can fit them, but its approach can operate without them if not!) so certain questions that rely on the LLM having the actual data would not work. And I'm wondering how I can modify this to pass in a url, and using something like the WebBaseLoader to fetch a url, rather than passing in a la Aug 9, 2023 · System Info Name: langchain Version: 0. Example Code May 27, 2023 · I'm having a problem with installing python-libmagic . Jun 7, 2024 · Checked other resources I added a very descriptive title to this issue. generic import GenericLoader from langchain. document_loaders import DirectoryLoader Dec 21, 2023 · The PyPDFLoader in LangChain is primarily responsible for loading PDF files and does not include any functionality to remove or replace newline characters ("/n") from the loaded documents. it should work for all the chain types and give results Dec 15, 2023 · Please ensure that my_chain is properly defined and imported in your serve. xlsx", sheet_name=None) # Access individual DataFrames using sheet names for sheet_name, df in data. Mar 27, 2024 · Checked other resources. js might not be reading the content of some PDF files due to the variety and complexity of PDF formats. You switched accounts on another tab or window. txt", recursive=True, silent_errors=True, loader_cls=TextLoader) This also required: from langchain. alazy_load A lazy loader for Documents. The suggested solution is: Nov 1, 2023 · i met the same question with "RuntimeError: asyncio. 23 The issue is expected to be fixed in the next release of LangChain. load() I tried this one also not working from langchain. Also shows how you can load github files for a given repository on GitHub. js rather than my code. chains import create_retrieval_chain retrieval_chain = create_retrieval_chain(retriever, combine_docs_chain, verbose=True) rag_chain. embeddings import Hug Mar 19, 2024 · I trying to load the image based pdf by using UnstructuredPDFLoader when using it asked to install certain libraries i installed but after that i facing this issue from cryptography. text_splitter import Language Feb 1, 2024 · Checked other resources I added a very descriptive title to this issue. document_loaders import BSHTMLLoader url = "https://www. Digging deeper, the PDFMinerParser only gives the page metadata when extract_images=True. py", line 5, in File "langchain\document_loaders\unstructured. Example Code from langchain_community. These functions are The JSONLoader in LangChain might not be extracting the relevant information from your JSON file properly. Oct 27, 2023 · However, it's not clear how the 'where_filter' parameter you're using is handled in the 'get_relevant_documents' method or how it interacts with the Chroma vector DB. If you continue to have issues, please provide more details about the specific content that is not loading, and I'll be happy to help further. 2. Jul 30, 2023 · Answer generated by a 🤖. 3 As you can see in the code below the UnstructuredFileLoader does not work and can not load the file. document_loaders is not installed after pip install langchain[all] I've done pip many times, but still couldn't find document_loaders package. Oct 26, 2023 · import pandas as pd from langchain. Maybe issue #22892 is similar. Please note its working fine on the index where i had used vector_db. loader = S3FileLoader(s3_bucket, s3_key) docs = loader Jul 19, 2023 · In this example, file_path is the path to the JSON file, and jq_schema is the jq schema to use to extract the data or text from the JSON. load_and_split ([text_splitter]) Load Documents and split into chunks. from langchain. Oct 6, 2023 · To fix this issue, you can try to move the loader = UnstructuredFileLoader(file_path) line inside the with open(f"{file_path}", "wb") as file: block, so that the file is still open when the UnstructuredFileLoader tries to load it. bindings. Example Code Nov 22, 2023 · I'm experimenting with some simple code to load a local repository to test CodeLlama, but the "exclude" in GenericLoader. Should load content correctly, using the right encoding to parse the document. load() variable. This notebook shows how to load text files from Git repository. docstore. You can refer to the server. API Reference: GitLoader. If it is, please let us know by commenting on the issue. . git. Example Code Feb 6, 2024 · Hello I'm working from the extract-openai-functions. I tried langsmith in google colab ` from langchain. Please note that this is just a basic example and might not work for all websites, especially those using more advanced anti-scraping techniques. While the LangChain framework can be used standalone, it also integrates seamlessly with any LangChain product, giving developers a full suite of tools when building LLM applications. Example Code Aug 9, 2023 · System Info Name: langchain Version: 0. py file. Except for this issue. The worst part is that there is no problem in the ec2 logs. The Repository can be local on disk available at repo_path, or remote at clone_url that will be cloned to repo_path This example goes over how to load data from a GitHub repository. 3 IDE: VS Code Who can help? @eyurtsev Information The official example notebooks/scripts My own modified scripts Related Components LLMs/Chat Models Embed Jul 28, 2023 · The problem seems to be with the Directory loader. I'm using the code from the LangChain docs verbatim Sep 28, 2024 · I searched the LangChain. items(): df['text'] = "for technical question \"" + df['Question']+"\" this is the Jul 14, 2023 · Issue you'd like to raise. If you're still encountering issues, you might want to consider creating a custom loader that can handle your specific JSON structure. 327, WSL ubuntu 22, python version 3. Example Code Oct 4, 2023 · create table documents ( id uuid primary key, content text, metadata jsonb, embedding vector (1536) ); create function match_documents ( query_embedding vector (1536), filter jsonb default '{}' ) returns table ( id uuid, content text, metadata jsonb, similarity float ) language plpgsql as $$ #variable_conflict use_column begin return query select id, content, metadata, 1 - (documents. py", line 86, in load Nov 22, 2023 · Expected behavior. lazy_load A lazy loader for Documents. You can set the GITHUB_ACCESS_TOKEN environment variable to a GitHub access token to increase the rate limit and access private repositories. From what I understand, you raised an issue regarding the CharacterTextSplitter class in LangChain not properly breaking down text into specified chunk sizes, despite having options for chunk_size and chunk_overlap. I used the GitHub search to find a similar question and didn't find it. Information. The BufferMemory in LangChainJS is not retaining the information from previous interactions because it's not being updated with the new interactions. document_loaders import DirectoryLoader Mar 19, 2024 · I trying to load the image based pdf by using UnstructuredPDFLoader when using it asked to install certain libraries i installed but after that i facing this issue from cryptography. However, you can create a custom BlobLoader to handle in-memory files. 323 Platform: MacOS Sonoma Python version: 3. Mar 16, 2025 · Checked other resources I added a very descriptive title to this issue. How can we achieve this, below is my code loader = UnstructuredURLLoader(urls=urls) urlDocument = loader Mar 10, 2011 · load the db; call the function, summarizer(db,"Summarize the mentions of google according to their AI program")(defined in attached file) run for chain_type as stuff, it will work, for map_reduce it will fail in retrieval QA Bot main. zip; Expected behavior. document_loaders import GitLoader This notebooks shows how you can load issues and pull requests (PRs) for a given repository on GitHub. 5) and the necessary dependencies. From your description, it appears that you're encountering an issue with the YoutubeAudioLoader class in the LangChain framework. langchain-openai : 0. The DataFrameLoader is designed to work with a DataFrame that has one column labeled as "text" because it uses this column to create the text content of the Document objects it returns. Sources. 335 Platform: Windows 10 Python Version = 3. Reload to refresh your session. I'm not sure how to do this; when I build a new index and then attempt to load data from disk, subsequent searches appear not to use the data loaded from disk. May 11, 2023 · from langchain_community. Mar 30, 2024 · I used the GitHub search to find a similar question and didn't find it. Feb 22, 2024 · Based on your description, it seems like you're trying to load an in-memory file using LangChain's document loaders. May 6, 2024 · The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). 4 Who can help? No response Information The official example notebooks/scripts My own modified scripts Related Components LLMs/Chat Models Embedding Models Aug 21, 2024 · I searched the LangChain documentation with the integrated search. text_splitter import NLTKTextSplitter def __load_url(url_strings): loader = SeleniumURLLoader(urls=url_strings) pages = loader. Description. 285 python 3. load() I have tried Mar 12, 2024 · I searched the LangChain. Example Code Nov 5, 2024 · The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). from langchain_community. For more details, you can refer to the similar solved issues: import pwd on windows and from langchain_community. parsers import LanguageParser from langchain. Windows 11 Python 3. 1. . document_loaders. Apr 28, 2023 · Zillion is currently designed for more traditional metric and dimension-based analysis and may not fit all use cases. Example Code Sep 19, 2023 · 🤖. It seems like the issue you reported regarding the GenericLoader not working on Azure OpenAI, resulting in an "InvalidRequestError: Resource Not Found" when attempting to transcribe an audio file from a public YouTube video, is still unresolved. All i am seeing is empty array. Example Code Nov 16, 2023 · Issue you'd like to raise. Based on my understanding, the issue you reported is related to the QA chain implemented using the Question Answering over Docs example. I wasn't sure if having it be a light extension of the SitemapLoader was in the spirit of a proper feature for the library -- but I'm Mar 23, 2023 · When loading the library the PDFLoader won't work unless runing a npm install inside the library. It works very well locally, but when I deploy to aws ec2 it doesn't work (I also deployed to railway. directory import DirectoryLoader from langchain_community. Jun 15, 2023 · Feature request class PyPDFLoader in document_loaders/pdf. Contribute to langchain-ai/langchain development by creating an account on GitHub. Hello again @deepak-habilelabs!It's good to see you're still keen on working with LangChain. I searched the LangChain documentation with the integrated search. document_loaders import S3FileLoader from langchain_community. One of them is shown here. 251 Name: faiss-cpu Version: 1. Hello Jack, The issue you're experiencing seems to be related to how the memory is being managed in your code. I am sure that this is a bug in LangChain. I'm here to assist you with your question about the DataFrameLoader in LangChain. Git. sitemap import SitemapLoader sitemap_loader = Si Jun 17, 2023 · Added a Docusaurus Loader Issue: langchain-ai#6353 I had to implement this for working with the Ionic documentation, and wanted to open this up as a draft to get some guidance on building this out further. async_html:Failed t Jun 19, 2024 · Checked other resources I added a very descriptive title to this issue. Oct 30, 2023 · 🤖. I am trying to load chats using the whatsapp loader but its not working. Hi! I've been fuzzing PyPDFLoader with a sydr-fuzz and found few errors that occur when using a load_and_split method. Aug 5, 2023 · System Info BSHTMLLoader not working for urls from langchain. com/neo4j-documentation/knowledge-base", repo_path=". I run the program in Jupyter a notebook. The workaround is fine for now but will cause a problem if I need to update the langchain version any time in the future. loader = DirectoryLoader(text_dir, glob="*. Hello @Hadi2525,. From what I understand, the issue is related to the DirectoryLoader class not loading any documents when using glob patterns as a direct argument. Jun 22, 2023 · The expected behavior is for LangChain to start from the innermost JSON and work backwards to provide a more precise understanding of the structure and the desired output. 11 > langchain_text_splitters: 0. To improve your LLM application development, pair LangChain with: Apr 25, 2023 · upgrade to 148, same issue. chat_models import AzureChatOpenAI" : from langchain. document_loaders import DataFrameLoader # Read all sheets into a dictionary data = pd. It's also not clear if the 'where_filter' parameter is equivalent to the 'attribute_filter' parameter mentioned in the context. Answer. Before we close it, we wanted to check with you if this issue is still relevant to the latest version of the LangChain repository. 77 Who can help? No response Information The official example notebooks/scripts My own modified scripts Related Components LL Apr 2, 2024 · This is a challenging issue that I've been working onFirst, here is my entire script: SCRIPT import shutil import yaml import gc from langchain_community. Oct 25, 2023 · Issue you'd like to raise. Sep 22, 2023 · You signed in with another tab or window. Aug 30, 2023 · The expected behavior is that there should be documents in the loader. GitLoader (repo_path: str, clone_url: str | None = None, branch: str | None = 'main', file_filter: Callable [[str], bool] | None = None) [source] # Load Git repository files. The bug is not resolved by updating to the latest stable version of LangChain (or the specific integration package). from_filesystem seems not working: `from langchain. vuv ovlge cds irk zru qaa ikz evaz aysce baxwxz