We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af38cd commit 1fabc6bCopy full SHA for 1fabc6b
1 file changed
embeddings.py
@@ -39,8 +39,8 @@ def load_documents(directory: str) -> list[Document]:
39
raise FileNotFoundError(f"Directory not found: {directory}")
40
# loader = DirectoryLoader(directory, glob="**/*.md")
41
loader = GithubFileLoader(
42
- repo="rndmcodeguy20/model-builder",
43
- branch="master",
+ repo="rndmcodeguy20/circles-api-server",
+ branch="docs/gitbook-docs-sync",
44
file_filter=lambda file_path: file_path.endswith(".md")
45
and file_path.startswith("docs/"),
46
access_token=GITHUB_TOKEN,
0 commit comments