Skip to content

Commit 1fabc6b

Browse files
committed
chore: changed source directory
1 parent 5af38cd commit 1fabc6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

embeddings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def load_documents(directory: str) -> list[Document]:
3939
raise FileNotFoundError(f"Directory not found: {directory}")
4040
# loader = DirectoryLoader(directory, glob="**/*.md")
4141
loader = GithubFileLoader(
42-
repo="rndmcodeguy20/model-builder",
43-
branch="master",
42+
repo="rndmcodeguy20/circles-api-server",
43+
branch="docs/gitbook-docs-sync",
4444
file_filter=lambda file_path: file_path.endswith(".md")
4545
and file_path.startswith("docs/"),
4646
access_token=GITHUB_TOKEN,

0 commit comments

Comments
 (0)