Skip to content

Commit

Permalink
Update README.md (#17318)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconritzmann authored Dec 19, 2024
1 parent ef08633 commit 0706892
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This reader will read through files in a repo based on branch or commit.

```python
import gitlab
from llama_index.readers.github import GitLabRepositoryReader
from llama_index.readers.gitlab import GitLabRepositoryReader

gitlab_client = gitlab.Gitlab("https://gitlab.com")

Expand All @@ -32,7 +32,7 @@ docs = project_repo_reader.load_data(file_path="README.rst", ref="develop")

```python
import gitlab
from llama_index.readers.github import GitLabIssuesReader
from llama_index.readers.gitlab import GitLabIssuesReader

gitlab_client = gitlab.Gitlab("https://gitlab.com")

Expand Down

0 comments on commit 0706892

Please sign in to comment.